Created
November 13, 2009 15:41
-
-
Save amokan/233903 to your computer and use it in GitHub Desktop.
.gitignore file I use for VS2008 C# 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 | |
bin | |
*.user | |
*.suo | |
*.cache | |
*.scc | |
*.vssscc | |
*.vspcc | |
*.bak | |
*.log | |
*.db | |
*.swp | |
Thumbs.db | |
*ReSharper* | |
*resharper* | |
[Db]ebug/ | |
[Rr]elease/ | |
[Bb]uild/ | |
[Dd]ist/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment