annotate .hgignore @ 65:c4829c26d776 norm_json

first version of translit normalization service using the JSON interface.
author casties
date Wed, 09 Dec 2015 17:33:23 -0500
parents 403afc3d94eb
children 4aa8c425685d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
1
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
2 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
3 ^\.classpath$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
4 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
5 ^\.project$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
6 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
7 ^target$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
8 syntax: regexp
65
c4829c26d776 first version of translit normalization service using the JSON interface.
casties
parents: 59
diff changeset
9 ^\.metadata$
c4829c26d776 first version of translit normalization service using the JSON interface.
casties
parents: 59
diff changeset
10 syntax: regexp
59
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
11 ^\.settings$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
12 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
13 ^\.externalToolBuilders$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
14 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
15 ^src/main/resources/hibernate\.cfg\.xml$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
16 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
17 ^src/main/resources/log4j\.properties$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
18 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
19 ^src/main/resources/openmind\.properties$