Initial commit

This commit is contained in:
Z User
2026-04-03 17:23:15 +00:00
commit 4f474dbcf3
192 changed files with 47527 additions and 0 deletions

59
.dockerignore Executable file
View File

@@ -0,0 +1,59 @@
# 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