view .dockerignore @ 2706:a4962c302af0

client: removed unnecessary component After several iterations of clean-up, the Main.vue file was left over as only a wrapper for Maplayer.vue. Thus I removed it completely and mapped all routes directly to Maplayer.vue
author Markus Kottlaender <markus@intevation.de>
date Mon, 18 Mar 2019 16:12:20 +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