初始化
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user