annotate .dockerignore @ 9759:a83029cc7e6a 3.2.x

Do not require identical values when searching for a main value E.g. a value obtained using WQ.getRawValue() is not necessarily numerically identical, but nevertheless to be considered equal, to a matching Q main value. Fixes wrong descriptions in the result of a water level calculation, where not finding a matching main value led to the value being used as description instead of the name of the matching main value.
author Tom Gottfried <tom@intevation.de>
date Thu, 10 Nov 2022 15:39:07 +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

http://dive4elements.wald.intevation.org