Last active
March 24, 2017 14:40
-
-
Save kareemgrant/5790555 to your computer and use it in GitHub Desktop.
Common gitignore
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
# See http://help.github.com/ignore-files/ for more about ignoring files. | |
# | |
# If you find yourself ignoring temporary files generated by your text editor | |
# or operating system, you probably want to add a global ignore instead: | |
# git config --global core.excludesfile ~/.gitignore_global | |
*.rbc | |
*.sassc | |
.sass-cache | |
capybara-*.html | |
.rspec | |
/.bundle | |
/vendor/bundle | |
/log/* | |
/tmp/* | |
/db/*.sqlite3 | |
/public/system/* | |
/coverage/ | |
/spec/tmp/* | |
**.orig | |
rerun.txt | |
pickle-email-*.html | |
.DS_Store | |
.swm | |
.idea | |
*.sw[nop] | |
/public/source_maps | |
solr/data | |
.zeus.sock* | |
zeus.json | |
/config/application.yml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment