annotate .hgignore @ 175:52252ae4b580

Static tag because it's supposed to be the same across rsstweet installs
author nanaya <me@nanaya.pro>
date Tue, 02 Oct 2018 23:58:36 +0900
parents 0d665b51442d
children 20eb1429af2e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
fff788625214 Add basic hgignore.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 ^\.bundle$
49
929218b3b2e2 Ignore local config files.
nanaya <me@myconan.net>
parents: 16
diff changeset
2 ^config/config_local_
61
0d665b51442d Ignore npm config
nanaya <me@myconan.net>
parents: 49
diff changeset
3 ^config/newrelic\.yml$
16
fff788625214 Add basic hgignore.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 ^log$
fff788625214 Add basic hgignore.
edogawaconan <me@myconan.net>
parents:
diff changeset
5 ^tmp$
fff788625214 Add basic hgignore.
edogawaconan <me@myconan.net>
parents:
diff changeset
6 ^vendor/bundle$