Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpond committed Dec 3, 2022
1 parent 36e7037 commit 094e71a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

*.ipch
/.vs/VSWorkspaceState.json
/.vs/ProjectSettings.json
/.vs/slnx.sqlite
/.vs/BlockTheSpot
/src/.vs/BlockTheSpot/v16
.vs/
*.obj
*.tlog
*.pdb
*.log
*.recipe
*.pch
/src/.vs/
/src/Release
/src/Debug
*.sln
/Debug
/Release
Expand All @@ -17,6 +20,5 @@
*.ipdb
*.lib
*.dll
/src/Debug
*.aps
*.zip

0 comments on commit 094e71a

Please sign in to comment.