Created
June 29, 2011 04:40
-
-
Save jakcharlton/1053167 to your computer and use it in GitHub Desktop.
Gitignore for .NET
This file contains hidden or 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 | |
*.pdb | |
*.user | |
*.aps | |
*.pch | |
*.vspscc | |
*_i.c | |
*_p.c | |
*.ncb | |
*.suo | |
*.tlb | |
*.tlh | |
*.bak | |
*.cache | |
*.ilk | |
*.log | |
*.lib | |
*.sbr | |
*.scc | |
[Bb]in | |
[Dd]ebug*/ | |
obj/ | |
[Rr]elease*/ | |
_ReSharper*/ | |
[Tt]est[Rr]esult* | |
[Bb]uild[Ll]og.* | |
*.[Pp]ublish.xml | |
BuildProcessTemplates/* | |
Published/* | |
[Tt]humbs.db | |
[Uu]pgradeLog*.[Xx][Mm][Ll] | |
_[Uu]pgradeReport_Files*/ | |
*.build.csdef | |
[Pp]ackage/* | |
ASPNETDB.MDF | |
aspnetdb_log.ldf | |
tools/migrate/* | |
*.dotcover | |
logging.* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment