29 lines
298 B
Plaintext
29 lines
298 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.gitea
|
|
.eslintrc.json
|
|
|
|
# Dependencies (rebuilt in container)
|
|
node_modules
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
|
|
# Config (mounted at runtime)
|
|
config.json
|
|
|
|
# Development
|
|
logs/
|
|
tmp/
|
|
*.log
|
|
|
|
# Documentation
|
|
README.md
|
|
LICENSE
|
|
|
|
postgres/
|
|
f0ckm-data/
|
|
**/postgres/
|
|
**/f0ckm-data/ |