Files
nofx/web/.dockerignore
2025-10-30 20:51:22 +08:00

52 lines
485 B
Plaintext

# Dependencies
node_modules/
yarn.lock
pnpm-lock.yaml
# Build output (will be regenerated)
dist/
build/
# Development files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage/
.nyc_output/
# IDE
.idea
.vscode
*.swp
*.swo
*~
# Git
.git
.gitignore
# Docker
Dockerfile
.dockerignore
# Documentation
*.md
!README.md
CHANGELOG.md
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Temporary files
.cache/
.temp/
.tmp/
*.tmp