Skip to content

Instantly share code, notes, and snippets.

@leeky
Created May 22, 2009 21:49
Show Gist options
  • Save leeky/116385 to your computer and use it in GitHub Desktop.
Save leeky/116385 to your computer and use it in GitHub Desktop.
git init
git status
touch log/.gitignore tmp/.gitignore vendor/.gitignore
git add .
git commit -a
.gitignore
==========
.DS_Store
config/database.yml
db/*.db
db/*.sqlite3
log/*.log
tmp/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment