cmziuk/.dockerignore
Cameron Redmore 1b3ebc3b07
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s
Refactor Docker setup: remove Bun dependency installation
2025-08-08 11:24:50 +01:00

47 lines
485 B
Text

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Development files
*.md
.git/
.gitignore
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
# Logs
logs
*.log
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# CI/CD
.forgejo/
.github/
# Other
coverage/
.nyc_output/
# Built files (will be built inside Docker)
dist/