50 lines
601 B
Plaintext
50 lines
601 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
out/
|
|
.turbo/
|
|
|
|
# PHP / Hyperf
|
|
vendor/
|
|
runtime/
|
|
.phpunit.result.cache
|
|
.php-cs-fixer.cache
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# AI Logs (local observability)
|
|
.ai-logs/*
|
|
!.ai-logs/.gitkeep
|
|
|
|
# IDE
|
|
.vscode/settings.json
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
myskills/
|
|
|
|
# Business code (managed by their own git repos)
|
|
Case-Database-Backend/
|
|
Case-Database-Frontend-user/
|
|
Case-Database-Frontend-admin/
|
|
Case-Database-Frontend-shared/
|
|
docs/reference/ |