annotate .hgignore @ 460:b1ef80121c79

Update to use correct timestamp datatype Use sql dump instead of ruby because zone info would be lost otherwise.
author nanaya <me@nanaya.pro>
date Mon, 25 Jun 2018 16:53:47 +0900
parents d31fe32da7a0
children 802dcd44188e
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$
437
d31fe32da7a0 Finish updating to rails 5
nanaya <me@myconan.net>
parents: 293
diff changeset
3 ^config/config_local_(\w+)\.rb$
293
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$