Created
December 23, 2011 16:44
-
-
Save t0d0r/1514713 to your computer and use it in GitHub Desktop.
.hgignore
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
| # rails hgignore | |
| syntax: glob | |
| *~ | |
| .bundle | |
| .*swp | |
| db/*.sqlite3 | |
| doc/app/* | |
| log/*.log | |
| tmp/**/* | |
| .git | |
| .DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment