Skip to content

Instantly share code, notes, and snippets.

@leighghunt
Created June 20, 2012 23:25
Show Gist options
  • Save leighghunt/2962894 to your computer and use it in GitHub Desktop.
Save leighghunt/2962894 to your computer and use it in GitHub Desktop.
C#: GIT: VisualStudio DotNet .gitignore file ignore
obj/
bin/
ClientBin/
*.bak
logs/
Error_Log/
App_Data/
*.suo
*.csproj.user
*.vcproj.*.user
*.vssscc
*.vspscc
*.*~
*.swp
Release/
Debug/
*.ncb
*.scc
_UpgradeReport_Files/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment