view .dockerignore @ 5064:d87438a8c891 time-sliding

client: improve time-slider code * Use the transformations on the main axes instead of using copy newX * delete newX variable from data
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 10 Mar 2020 12:29:13 +0100
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