annotate .dockerignore @ 5095:e21cbb9768a2

Prevent duplicate fairway areas In principal, there can be only one or no fairway area at each point on the map. Since polygons from real data will often be topologically inexact, just disallow equal geometries. This will also help to avoid importing duplicates with concurrent imports, once the history of fairway dimensions will be preserved.
author Tom Gottfried <tom@intevation.de>
date Wed, 25 Mar 2020 18:10:02 +0100
parents ffafd5fa7c3a
children
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
3998
ffafd5fa7c3a Do not load previously downloaded Go-packages into docker context
Tom Gottfried <tom@intevation.de>
parents: 597
diff changeset
10 .buildbase
597
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
11 **/node_modules
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
12
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
13 # local dotenv environment variables file
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
14 client/.env.local
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
15
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
16 # Tags tables
3704ce844530 Add .dockerignore file
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
17 **/TAGS