Skip to content

Instantly share code, notes, and snippets.

@roryf
Created July 5, 2012 14:08
Show Gist options
  • Save roryf/3053870 to your computer and use it in GitHub Desktop.
Save roryf/3053870 to your computer and use it in GitHub Desktop.
.gitignore for working with Visual Studio
build/
release/
package/
*.suo
*.user
bin
!/bin
obj
_ReSharper*
*.csproj.user
*.resharper.user
*.suo
*.cache
TestResult.xml
.svn
*.log
log/
temp/
trunk/
*.orig
*.bak
.DS_STORE
._*
packages/
@abitgone
Copy link

abitgone commented Jul 5, 2012

Thanks Rory!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment