Skip to content

Instantly share code, notes, and snippets.

@kareemgrant
Last active March 24, 2017 14:40
Show Gist options
  • Save kareemgrant/5790555 to your computer and use it in GitHub Desktop.
Save kareemgrant/5790555 to your computer and use it in GitHub Desktop.
Common gitignore
# 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