Skip to content

Instantly share code, notes, and snippets.

@jonsagara
Last active April 7, 2022 15:10
Show Gist options
  • Save jonsagara/1502042 to your computer and use it in GitHub Desktop.
Save jonsagara/1502042 to your computer and use it in GitHub Desktop.
My minimalist .gitignore file for Visual Studio 2010
# Visual Studio
*.[Oo]bj
[Bb]in/
[Oo]bj/
*.suo
*.user
*.[Pp]ublish.xml
*.dbmdl
Import Schema Logs/
src/{DATABASE_PROJECT_NAME}/sql/*
*.dbproj.schemaview
_ReSharper*/
src/packages/
*.orig
ClientBin/
App_Data/
.vs/
Logs/
node_modules/
.idea/
.fake
.ionide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment