Mercurial > public > ssdt-docker
annotate .hgignore @ 371:b371970462c3 production v2.10.0
DEP-21 update update-inventory-app.sh to pull inventory-importapp image
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Sun, 29 Aug 2021 19:09:33 -0400 |
parents | 8f45c43ea7a4 |
children |
rev | line source |
---|---|
2 | 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 | 3 .*~$ |
4 \.orig$ | |
5 \.orig\..*$ | |
6 \.chg\..*$ | |
7 \.rej$ | |
8 \.conflict\~$ | |
9 .*~$ | |
10 syntax: glob | |
11 **/*.class | |
12 *\#* | |
13 classes/* | |
14 out/* | |
15 lib/* | |
16 build/* | |
17 dist/* | |
18 nbproject/* | |
19 .idea/workspace.* | |
20 *.log | |
21 .gradle/* | |
22 .idea/* | |
23 *.iml | |
24 *.iws | |
25 *.ipr | |
26 gradle-app.* | |
27 build.xml | |
28 private*.* | |
29 *.pdf | |
30 *.pid |