annotate .dockerignore @ 3624:3012d0b3badc

Allow same values for depth_reference in SR as in gauges The depth_reference in a sounding result references a depth_reference of the bottlenecks reference gauge. Therefor the same values must be accepted, which means the restriction to four chars is no good. In the real world this might be something as "LDC2010", which is obviously longer.
author Sascha Wilde <wilde@intevation.de>
date Wed, 05 Jun 2019 18:50:54 +0200
parents 3704ce844530
children ffafd5fa7c3a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
597
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 # documentation
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 **/README*
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 **/docs
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 **/*.md
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 # backend binary
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
7 cmd/gemma/gemma
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
8
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
9 # Dependency directories
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
10 **/node_modules
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
11
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
12 # local dotenv environment variables file
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
13 client/.env.local
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
14
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
15 # Tags tables
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
16 **/TAGS