Skip to content

Instantly share code, notes, and snippets.

@mistercoffee66
Last active September 5, 2017 17:14
Show Gist options
  • Save mistercoffee66/8fcbe52d010a3b761e8b61107f2caa90 to your computer and use it in GitHub Desktop.
Save mistercoffee66/8fcbe52d010a3b761e8b61107f2caa90 to your computer and use it in GitHub Desktop.
general purpose .gitignore for VS projects
#npm
node_modules/
bower_components/
#jetbrains
.idea/
#OS junk files
[Tt]humbs.db
*.DS_Store
*.Trashes
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad
#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*.sass-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment