Skip to content

Instantly share code, notes, and snippets.

@karmi
Created August 22, 2008 14:11
Show Gist options
  • Save karmi/6789 to your computer and use it in GitHub Desktop.
Save karmi/6789 to your computer and use it in GitHub Desktop.
For noname2 :)
# vim .gitignore
.DS_Store
*/.DS_Store
log/*.log
tmp/**/*
config/database.yml
config/deploy.rb
db/*.sqlite3
doc/app/
public/uploads/*
# !!!THEN!!!
touch log/.gitignore
touch > tmp/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment