annotate .hgignore @ 446:86729239f2de

Update license wording and year Based on original ISC license as currently used by OpenBSD.
author nanaya <me@myconan.net>
date Sat, 25 Mar 2017 17:58:49 +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$