Skip to content

Instantly share code, notes, and snippets.

@Grynn
Forked from LeeFlannery/.gitignore
Last active December 19, 2015 16:48
Show Gist options
  • Save Grynn/5985941 to your computer and use it in GitHub Desktop.
Save Grynn/5985941 to your computer and use it in GitHub Desktop.
# 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