Mercurial > zeropaste
annotate .hgignore @ 52:4c782f8d835b
Merge.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 04:23:39 +0700 |
parents | 4aa8194a1733 |
children | e8920b00035c |
rev | line source |
---|---|
0 | 1 ^(?!app/assets/).*(\.(swp|orig|rbc|s?o)|~)$ |
2 (^|/)\.(bundle|DS_Store)$ | |
3 ^\.redcar$ | |
4 ^db/.*\.sqlite3$ | |
5 ^(log|tmp)/ | |
6 ^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$ | |
7 ^public/system/photos/ | |
8 ^[^/]+\.war | |
9 ^bin/ | |
10 ^public/data(/|$) | |
11 ^public/javascripts/cached/all\.js | |
12 (extconf\.h|Makefile|mkmf\.log)$ | |
13 ^public/sitemap(\d+|_index)\.xml\.gz$ | |
14 ^public/robots.txt$ | |
15 (^|/)\.rbx/ | |
16 ^public/assets/ |