annotate .hgignore @ 421:f0b4d6bec50e

Slim out bootstrap
author nanaya <me@myconan.net>
date Thu, 17 Sep 2015 18:13:40 +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$