Skip to content

Instantly share code, notes, and snippets.

@benblamey
Last active October 6, 2015 03:38
Show Gist options
  • Save benblamey/2929860 to your computer and use it in GitHub Desktop.
Save benblamey/2929860 to your computer and use it in GitHub Desktop.
My .gitignore for .Net Projects
# C# / Visual Studio
[Oo]bj
[Bb]in
*.user
*.suo
*.[Cc]ache
*.bak
*.ncb
*.log
_ReSharper.*
*.resharper
*.trx
TestResults
# C++ / Visual Studio
Debug
Release
ipch
*.sbr
*.log
*.sdf
# java specific
*.class
build/
dist/
# don't ignore .externalToolBuilders - this creates issues with ant scripts.
WebContent/WEB-INF/classes
bin/
# netbeans ignore personal stuff
nbproject/private/
# generic files to ignore
*~
*.lock
*.DS_Store
[Tt]humbs.db
*.swp
*.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment