view .dockerignore @ 1245:36e8470daba2

fix: Consistent main menu structure We now have a consisten main menu structure. There are always all entries available. In case the user is in the "sysadmin context" and selects a point regarding the map, he is routed back to "/" and the according component is shown. Otherwise the reselection of an entry acts as before (toggling the visibility of said component).
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 21 Nov 2018 11:15:23 +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