Mercurial > dive4elements > river
annotate .hgignore @ 9790:75dc4ea60938 3.2.x
Drop using explicit container names
Compose will generate names for the containers and containers can connect
each other on the network via the service names. This avoids the
unnecessary extra "name space" and prepares the application for usage
with different project names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 20 Jul 2023 10:25:59 +0200 |
parents | da398790fa32 |
children |
rev | line source |
---|---|
3990
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1 syntax: regexp |
5839
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
2 artifacts/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
3 artifacts/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
4 artifacts/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
5 artifacts/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
6 artifacts/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
7 backend/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
8 backend/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
9 backend/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
10 backend/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
11 backend/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
12 gwt-client/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
13 gwt-client/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
14 gwt-client/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
15 gwt-client/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
16 gwt-client/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
17 gwt-client/src/main/webapp/OpenLayers-2.11 |
8112
5d5fb6ee1888
Let hg ignore downloaded SmartGWT stuff.
"Tom Gottfried <tom@intevation.de>"
parents:
7798
diff
changeset
|
18 gwt-client/SmartGWT/.* |
5839
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
19 etl/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
20 etl/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
21 etl/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
22 etl/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
23 etl/test-output # eclipse junit/testng plugin output |
3990
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
24 \.swp |
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
25 \.swo |
7798
2213036a83d6
Ignore python byte code.
Tom Gottfried <tom@intevation.de>
parents:
7729
diff
changeset
|
26 \.pyc |
8830 | 27 TAGS |
9725
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
28 \.map |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
29 \.h2\.db |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
30 \.lock\.db |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
31 \.trace\.db |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
32 \.log |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
33 \.shp |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
34 \.dbf |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
35 \.prj |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
36 \.fix |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
37 \.qix |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
38 \.shx |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
39 \.aux |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
40 \.out |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
41 \.toc |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
8832
diff
changeset
|
42 \.pdf |