Skip to content

Instantly share code, notes, and snippets.

@cappert
Created January 13, 2010 23:31
Show Gist options
  • Select an option

  • Save cappert/276686 to your computer and use it in GitHub Desktop.

Select an option

Save cappert/276686 to your computer and use it in GitHub Desktop.
# from http://media.railscasts.com/videos/096_git_on_rails.mov
# empty directories
# $ touch tmp/.gitignore log/.gitignore vendor/.gitignore
#.gitignore
.DS_Store
log/*.log
tmp/**/*
config/database.yml
db/*.sqlite3
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment