110 lines
1.1 KiB
Plaintext
110 lines
1.1 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
target/
|
|
*.egg-info/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.local.env
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# IDE/Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.iml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
env/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# Java/Kotlin
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# C/C++
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Testing
|
|
coverage/
|
|
.coverage
|
|
htmlcov/
|
|
.nyc_output/
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
.parcel-cache/
|
|
.next/
|
|
.nuxt/
|
|
|
|
# Temp files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.backup
|
|
|
|
# Package lock files (Docker 内 npm ci 使用,本地不需提交)
|
|
package-lock.json
|
|
# yarn.lock
|
|
# pnpm-lock.yaml
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Flutter auto-generated
|
|
**/test/widget_test.dart
|
|
frontend/admin-app/README.md
|
|
frontend/mobile/README.md
|