TTGF-Homepage/.dockerignore

21 lines
226 B
Plaintext
Raw Permalink Normal View History

2025-06-30 12:00:28 +02:00
# docker build files
Dockerfile
docker-compose*.yml
.dockerignore
# git files
.git
.gitignore
.gitattributes
# miscellaneus tooling
README.md
.npmrc
.prettierrc
.eslintrc.cjs
.svelte-kit
node_modules
build
**/.env
**/.env.*