Files
Mana-Loop/.dockerignore
2026-04-03 10:02:19 +00:00

60 lines
576 B
Plaintext
Executable File

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
.next
out
build
dist
# Development files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# IDE
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Infrastructure files (JuiceFS config, etc.)
.config
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Tests
coverage
.nyc_output
*.test.ts
*.spec.ts
__tests__
# Misc
*.md
!README.md
.eslintcache
.tsbuildinfo