Skip to content

Instantly share code, notes, and snippets.

@martinos
Created February 22, 2010 04:40
Show Gist options
  • Save martinos/310792 to your computer and use it in GitHub Desktop.
Save martinos/310792 to your computer and use it in GitHub Desktop.
# Tmp files
*.orig
*.swp
*.dot
# Source control files
.hgignore
.hg*
**/*.svn
.svn
# Rails files
log/*.log
tmp/**/*
tmp/*
config/database.yml
db/*.sqlite3*
db/schema.rb
vendor/plugins/selenium-on-rails/**/*
# Add Untracked
untracked
# Adding nbproject metadata
nbproject/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment