annotate .hgignore @ 539:5d5525414c8d production tip

update exec-all-projects-docker.sh to search for ./env/*-shared.properties in place of ./env/ssdt-*-shared.properties. ESS doesn't follow the same pattern for property file names.
author Marc Davis <marc.davis@mcoecn.org>
date Mon, 13 May 2024 13:28:30 -0400
parents 8f45c43ea7a4
children
rev   line source
2
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
1 syntax: regexp
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents: 2
diff changeset
2 \.DS_Store
2
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
3 .*~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
4 \.orig$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
5 \.orig\..*$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
6 \.chg\..*$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
7 \.rej$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
8 \.conflict\~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
9 .*~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
10 syntax: glob
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
11 **/*.class
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
12 *\#*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
13 classes/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
14 out/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
15 lib/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
16 build/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
17 dist/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
18 nbproject/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
19 .idea/workspace.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
20 *.log
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
21 .gradle/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
22 .idea/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
23 *.iml
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
24 *.iws
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
25 *.ipr
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
26 gradle-app.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
27 build.xml
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
28 private*.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
29 *.pdf
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
30 *.pid