Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
Exclude build and dist folders
  • Loading branch information
9EOR9 committed Aug 16, 2021
1 parent 7494e2b commit aaf5011
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
.*.swp
.gdb_history

# Build/Dist
build/
dist/

# Cache
__pycache__

#VS files/directories
*.vcxproj
*.filters
Expand Down

0 comments on commit aaf5011

Please sign in to comment.