comparison .dockerignore @ 597:3704ce844530

Add .dockerignore file
author Tom Gottfried <tom@intevation.de>
date Fri, 07 Sep 2018 14:44:38 +0200
parents
children ffafd5fa7c3a
comparison
equal deleted inserted replaced
596:6d7c0dbf9d21 597:3704ce844530
1 # documentation
2 **/README*
3 **/docs
4 **/*.md
5
6 # backend binary
7 cmd/gemma/gemma
8
9 # Dependency directories
10 **/node_modules
11
12 # local dotenv environment variables file
13 client/.env.local
14
15 # Tags tables
16 **/TAGS