view .dockerignore @ 3779:33180c25bd87

Added extra information to search results (wwname, ISRS code) I used the opportunity to unify the design of extra information on search results: the back end can provide optional additional information in dedicated keys (currently 'location' and 'location code'), formatting and rendering is done by the front end.
author Sascha Wilde <wilde@intevation.de>
date Thu, 04 Jul 2019 17:21:21 +0200
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