-
-
Save edwardteach42/1597318 to your computer and use it in GitHub Desktop.
Augmented .gitignore for Rails in Aptana
This file contains 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
.bundle | |
.settings | |
.project | |
db/*.sqlite3* | |
log/*.log | |
*.log | |
tmp/**/* | |
tmp/* | |
doc/api | |
doc/app | |
*.swp | |
*~ | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment