Files
magikarp-collection/.dockerignore
2025-08-17 13:34:08 +01:00

24 lines
261 B
Plaintext

# Ignore everything not necessary for Docker build context
node_modules
.next
.git
.gitignore
.vscode
.idea
coverage
.turbo
.cache
.eslintcache
.vercel
dist
# Local env files (compose can pass env)
.env
.env.*
# Local caches
data/*.json
# OS files
.DS_Store