annotate .hgignore @ 277:fd130042a0e2

Sorted, removed unrelated ignores.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 03:42:00 +0900
parents e26119fe21de
children fec4e28c550e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
1 ^(log|tmp)(/|$)
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
2 ^[^/]+\.war
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 ^\.redcar$
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 ^bin/
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
5 ^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
6 ^db/.*\.sqlite3$
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
7 ^public/assets(/|$)
54
e8920b00035c Moved cache to dedicated directory.
Edho Arief <edho@myconan.net>
parents: 0
diff changeset
8 ^public/cache(/|$)
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
9 ^public/data(/|$)
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
10 ^public/javascripts/cached/all\.js
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
11 ^public/robots.txt$
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
12 ^public/sitemap(\d+|_index)\.xml\.gz$
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
13 ^public/system/photos/
168
eb6036ddff7a Also ignores symlinks.
Edho Arief <edho@myconan.net>
parents: 92
diff changeset
14 ^vendor/bundle(/|$)