annotate .hgignore @ 366:26545fe719ca

Remove caching system. Too much complexity for something that is really simple.
author edogawaconan <me@myconan.net>
date Sat, 14 Feb 2015 01:35:45 +0900
parents ffa27fdc04ac
children d31fe32da7a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
293
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
1 ^\.bundle$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
2 ^config/database\.yml$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
3 ^config/local_config\.rb$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
4 ^config/newrelic\.yml$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
5 ^config/unicorn\.rb$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
6 ^log$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
7 ^public/assets$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
8 ^public/cache$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
9 ^public/robots\.txt$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
10 ^tmp$
ffa27fdc04ac Hopefully better hgignore.
edogawaconan <me@myconan.net>
parents: 282
diff changeset
11 ^vendor/bundle$