mirror of
https://github.com/zenlm/zen-code-docs.git
synced 2026-07-27 03:11:35 +00:00
83 lines
904 B
Plaintext
83 lines
904 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Production builds
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Translation cache and temp files
|
|
translation/data/
|
|
translation/temp/
|
|
translation/cache/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# Translation tool generated files
|
|
.temp-source-repo/
|
|
.source-docs/
|
|
last-sync.json
|
|
.claude
|
|
|
|
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
GROK.md
|
|
QWEN.md
|
|
*.safetensors
|
|
*.bin
|
|
*.gguf
|
|
*.pt
|
|
*.pth
|