Created
June 20, 2010 21:32
-
-
Save pocheptsov/446133 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Git .gitignore file template by pocheptsov.com idea via Abdullin.com | |
# Syntax http://www.kernel.org/pub/software/scm/git/docs/gitignore.html | |
# Snippet http://gist.github.com/446133 | |
# Visual Studio | |
*.suo | |
*.user | |
*.cache | |
# Direcories | |
obj/ | |
bin/ | |
deploy/ | |
# Misc | |
Thumbs.db | |
*.bak | |
*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment