Last Updated: February 25, 2016
·
546
· diegodfsd

.gitignore to .net applications

# Visual Studio artifacts
bin
obj
release
debug
obj/*
bin/*
release/*
debug/*
.svn
*.tmp
*.user
*.suo
*.vsp
*.csproj.VisualState.xml
*.exe
*.pdb
*.vspscc
*.vssscc
*.Publish.xml
*.cache

# NUnit artifacts
TestResult.xml

# Resharper artifacts
_ReSharper.*
*.resharper

# Nupkg artifacts
*.nupkg

# Tests
*.testsettings
*.vsmdi
*.testsettings