Skip to content

Commit

Permalink
Merge pull request #1 from blackmoonfank/blackmoonfank-patch-1
Browse files Browse the repository at this point in the history
Create .gitignore
  • Loading branch information
blackmoonfank committed May 23, 2023
2 parents ae06863 + e161e4b commit a119257
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#Ignore thumbnails created by Windows
Thumbs.db
#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/
#Nuget packages folder
packages/
.vscode/

0 comments on commit a119257

Please sign in to comment.