Last active
September 3, 2015 19:33
-
-
Save jkodroff/32dc79e1abf1a5bb19d6 to your computer and use it in GitHub Desktop.
.gitignore for .NET Projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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