view .dockerignore @ 2344:a5b87a695469

client: imports: fixed cron string The inputs are now correctly converted to a cron string and the cron string coming from the backend for an existing schedule is now correctly parsed back to the individual inputs for editing a schedule.
author Markus Kottlaender <markus@intevation.de>
date Wed, 20 Feb 2019 10:21:16 +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