view .dockerignore @ 4496:8c98d801e62e

Highlight sections and stretches on select.
author Raimund Renkert <raimund@renkert.org>
date Mon, 30 Sep 2019 12:58:23 +0200
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