Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Created December 17, 2010 20:51
Show Gist options
  • Save LeeFlannery/745688 to your computer and use it in GitHub Desktop.
Save LeeFlannery/745688 to your computer and use it in GitHub Desktop.
.gitignore file for C# .NET development - plus Vim and Mac considerations
# Personal files
*.user
dev.config
connections.config
# Build results
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Oo]bj/
ClientBin/
*.obj
.builds
# ReSharper
_ReSharper.*
*.resharper
# Visual Studio, SourceSafe, TFS, and VS extensions
*.suo
*.[Cc]ache
*.vscc
*.vsmdi
*.vspcc
*.vssscc
*.scc
*.publish.xml
*.Publish.xml
*.vs10x
publish/
*.dbmdl
TestResults/
*.testsettings
*.docstates
*.docstates
*.pubxml
publishprofiles/
# Mac droppings
*.DS_Store
# Vim
*~
*.swp
# Other
~$*
*.orig
#JetBrains IDE
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment