view .dockerignore @ 5655:ace5358e1527

Fix “Available fairway depth” button in BN popup.
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 14 Sep 2023 18:52:18 +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