Files
Momento/memento-note/.dockerignore
Antigravity 98dc98b732
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m8s
chore: reduce Docker build context size
2026-05-09 17:22:21 +00:00

70 lines
737 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
# Next.js
.next
out
build
dist
# Production
.env.local
.env.development.local
.env.test.local
.env.production.local
# Development files
.git
.gitignore
README.md
.eslintrc.json
.prettierrc*
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
coverage
.nyc_output
playwright-report
test-results
# Misc
.turbo
*.log
# BMAD output (not needed in container)
_bmad-output
# Docker files
Dockerfile
.dockerignore
docker-compose.yml
deploy.sh
# Stale service worker artifacts
public/sw.js
public/sw.js.map
public/workbox-*.js
# Local data (mounted as Docker volumes)
data/
# Tests & docs
tests/
docs/
playwright.config.ts
vitest.config.ts
run-test.ts
*.bak