view .dockerignore @ 2789:c1e832f77726

import_overview: setting a sane default window in case of reload When the overview is initially opened the default window is start: begin of current hour end: end of current hour depending on interval size the window is widened to e.g. begin and end of day. When a reload is triggered, the reload puts "now" within the selected window when the window was 'hour' it uses start: begin of current hour end: end of current hour which should behave consistent.
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Mar 2019 11:03: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