Skip to content

Instantly share code, notes, and snippets.

@Dykam
Forked from tobinharris/.gitignore
Created October 27, 2009 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dykam/219761 to your computer and use it in GitHub Desktop.
Save Dykam/219761 to your computer and use it in GitHub Desktop.
# .gitignore for .NET projects
# Thanks to Derick Bailey
# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx
# - Alexey Abramov
# Thanks to all others
# Standard VS.NET and ReSharper Foo
obj
bin
*.csproj.user
*ReSharper*
*resharper*
*.suo
*.cache
* Thumbs.db
# Standard Monodevelop Foo
*.usertasks
*.userprefs
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# If you have a deploy folder
deploy
deploy/*
# Exclude ALL DLLs?
*.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment