Skip to content

Commit

Permalink
chore: Update .gitignore to include .fleet
Browse files Browse the repository at this point in the history
The .gitignore file has been updated to include the .fleet directory. This ensures that the .fleet directory is ignored by Git and not tracked in the repository.
  • Loading branch information
cuza committed Aug 2, 2024
1 parent d58cb93 commit 0cda7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tron.egg-info
docs/_build/
.idea
.vscode
.fleet
tron.iml
docs/images/
*.dot
Expand Down

0 comments on commit 0cda7e5

Please sign in to comment.