Mercurial > dive4elements > river
annotate .dockerignore @ 9797:74bbf3c5d1ec 3.2.x
Fixup rev. cd07130ded8d
... which missed to set the URIEncoding for the AJP connector.
This led to encoding errors in map printing if URL parameters
contained non-ASCII characters.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Nov 2023 17:59:28 +0100 |
parents | da398790fa32 |
children |
rev | line source |
---|---|
9684
537fe44f2792
Add basic Docker setup for development
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 */target |
9722
810ab0eb0d4b
Fix ignoring h2 databases and map files in docker build
Tom Gottfried <tom@intevation.de>
parents:
9684
diff
changeset
|
2 **/*.h2.db |
810ab0eb0d4b
Fix ignoring h2 databases and map files in docker build
Tom Gottfried <tom@intevation.de>
parents:
9684
diff
changeset
|
3 **/*.lock.db |
810ab0eb0d4b
Fix ignoring h2 databases and map files in docker build
Tom Gottfried <tom@intevation.de>
parents:
9684
diff
changeset
|
4 **/*.trace.db |
810ab0eb0d4b
Fix ignoring h2 databases and map files in docker build
Tom Gottfried <tom@intevation.de>
parents:
9684
diff
changeset
|
5 **/*.map |
9725
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
6 **/*.log |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
7 **/*.shp |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
8 **/*.dbf |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
9 **/*.prj |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
10 **/*.fix |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
11 **/*.qix |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
12 **/*.shx |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
13 **/*.aux |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
14 **/*.out |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
15 **/*.toc |
da398790fa32
Ignore mapfiles, shapefiles and LaTeX output
Tom Gottfried <tom@intevation.de>
parents:
9722
diff
changeset
|
16 **/*.pdf |