Created
January 13, 2010 23:31
-
-
Save cappert/276686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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