Skip to content

Instantly share code, notes, and snippets.

@jkodroff
Last active September 3, 2015 19:33
Show Gist options
  • Save jkodroff/32dc79e1abf1a5bb19d6 to your computer and use it in GitHub Desktop.
Save jkodroff/32dc79e1abf1a5bb19d6 to your computer and use it in GitHub Desktop.
.gitignore for .NET Projects
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
_ReSharper*/
*.resharper
*.csproj.user
TestResult.xml
/src/Packages.dgml
*.suo
*.docstates
*.ReSharper.user
*.orig
*.nupkg
*.DotSettings.user
*.DS_Store
/_Build
/src/packages
.sass-cache
/node_modules
UpgradeLog.htm
/packages
!packages/repositories.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment