Files
Craftstation/.dockerignore
2025-09-08 02:22:33 +02:00

61 lines
761 B
Plaintext

# Node modules (will be installed fresh in container)
app/node_modules/
node_modules/
# Build outputs (will be generated in container)
app/build/
app/.svelte-kit/
# Git and version control
.git/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Temporary folders
tmp/
temp/
# Local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker related files not needed in build context
docker-compose.yml
Dockerfile
.dockerignore
# Documentation and scripts
README.md
*.md
build.sh
rebuild-docker.sh