annotate .dockerignore @ 5560:f2204f91d286

Join the log lines of imports to the log exports to recover data from them. Used in SR export to extract information that where in the meta json but now are only found in the log.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Feb 2022 18:34:40 +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