Skip to content

Instantly share code, notes, and snippets.

@jaymzcd
Created November 28, 2012 18:12
Show Gist options
  • Select an option

  • Save jaymzcd/4162982 to your computer and use it in GitHub Desktop.

Select an option

Save jaymzcd/4162982 to your computer and use it in GitHub Desktop.
Currrent .gitignore
# Python & C stuff
# ----------------
*.pyc
*.o
# Backup/Temp/OS files
# --------------------
*~
\.DS_Store
\.Thumbs_db
*~
*#
*.kate-swp
nohup.out
# Common folders I don't want
# ---------------------------
# coding related:
local_settings.py
local_settings.php
uploads/
cache/
session_data/
# android related:
bin/
libs/
local.properties
gen/
build.xml
proguard.cfg
# setup.py stuff
build/
dist/
*.egg-info
# Rails dotfile from github
*.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment