view .dockerignore @ 4235:966d7eb6d99b

schema: fix tests * Adjust test expectation for "System admin can see all users" from 6 to 7, because 2041:35acb7f9ae0c added another users that was not accounted for.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Aug 2019 15:59:15 +0200
parents ffafd5fa7c3a
children
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
.buildbase
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS