view .dockerignore @ 2383:8d025f85a3fe

client: made indicator for open imports show up immediatly The indicator in the main menu button relies on the staged imports to be loaded, which formerly only happended when opening the respective staging area box. Now they are loaded in the mounted hook of the sidebar component. Maybe this kind of calls should be made in a more central place.
author Markus Kottlaender <markus@intevation.de>
date Mon, 25 Feb 2019 08:47:59 +0100
parents 3704ce844530
children ffafd5fa7c3a
line wrap: on
line source

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

# backend binary
cmd/gemma/gemma

# Dependency directories
**/node_modules

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

# Tags tables
**/TAGS