recipe-manager/.dockerignore

34 lines
326 B
Plaintext

# Dependencies
node_modules
npm-debug.log
# Build output (will be built in Docker)
dist
# Development files
.git
.gitignore
*.md
docs
# Frontend (separate Dockerfile)
frontend
# Tests
tests
**/*.test.ts
**/*.spec.ts
# Data (should be volume-mounted)
data
# Environment files
.env
.env.*
# IDE
.vscode
.idea
*.swp
*.swo