Files
TODO_list_system/frontend/.dockerignore
2025-09-03 18:08:40 +08:00

60 lines
592 B
Plaintext

node_modules
.git
.next
out
build
dist
coverage
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
*.tmp
*.temp
# Documentation
README.md
CHANGELOG.md
LICENSE
docs/
# Docker files
Dockerfile*
.dockerignore
docker-compose*.yml
# Git files
.gitignore
.gitattributes