view .dockerignore @ 5393:fe3f651bb03d extented-report

Remove octree_index and octree_checksum column from schema. They are not needed any longer and are replaced by mesh_index and mesh_checksum.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 04 Jul 2021 10:52:56 +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