Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoj committed Apr 9, 2012
0 parents commit 0bfecd5
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# .gitignore for .NET projects

# Thanks to Derick Bailey

# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx

# Additional Thanks to

# - Alexey Abramov


# Standard VS.NET and ReSharper Foo

obj
bin
*.csproj.user
*ReSharper*
*resharper*
*.suo
*.cache
*.docstates
* Thumbs.db

# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors

# Office Temp Files
~$*

# If you have a deploy folder
deploy
deploy/*

# Ignoring NuGet packages for this project
**/*.nupkg

_FileCache
_FileCache/*

.sass-cache
.sass-cache/*

*.sdf

Uploads
Uploads/*

# Ignoring ncrunch stuff
*.ncrunchsolution
*.ncrunchsolution.user

0 comments on commit 0bfecd5

Please sign in to comment.