annotate .dockerignore @ 4016:9ab7e1056360

Optimize index setup a bit Optimize column order in multi-column indexes created automatically for constraints in order to match access patterns better. This makes the extra indexes on measure_date obsolete. Add a further index for fast retrieval of newest measurement per location, which is currently needed in some VIEWs for GeoServer.
author Tom Gottfried <tom@intevation.de>
date Fri, 19 Jul 2019 14:30:14 +0200
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