Created
July 20, 2010 03:01
-
-
Save zhengjia/482421 to your computer and use it in GitHub Desktop.
.gitignore
This file contains hidden or 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
config/database.yml | |
config/s3_credentials.yml | |
tmp/**/* | |
.DS_Store | |
doc/api | |
doc/app | |
doc/plugins | |
doc/*.dot | |
coverage/* | |
db/*.sqlite3 | |
log/*.log | |
To ignore system-wide: | |
git config --global core.excludesfile /path/to/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment