Skip to content

Commit

Permalink
Modify gitignore to hide build/dist directories
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHaggans committed Apr 21, 2022
1 parent 97861f7 commit 5a8fff1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pytest_cache
__pycache__
.saved_mazes
.saved_mazes
build
dist
main.spec

0 comments on commit 5a8fff1

Please sign in to comment.