Initial commit: GovAI 政务AI平台
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
# ===== Environment =====
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# ===== Go =====
|
||||
server/server
|
||||
server/tmp/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
vendor/
|
||||
|
||||
# ===== Node.js / Next.js =====
|
||||
node_modules/
|
||||
apps/web/.next/
|
||||
apps/web/out/
|
||||
.turbo/
|
||||
.vercel/
|
||||
|
||||
# ===== IDE =====
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ===== OS =====
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===== Docker =====
|
||||
pgdata/
|
||||
redisdata/
|
||||
miniodata/
|
||||
caddydata/
|
||||
dify-data/
|
||||
|
||||
# ===== Build =====
|
||||
dist/
|
||||
build/
|
||||
*.log
|
||||
|
||||
# ===== Secrets =====
|
||||
*.pem
|
||||
*.key
|
||||
credentials.json
|
||||
|
||||
# ===== Playwright MCP (临时文件) =====
|
||||
.playwright-mcp/
|
||||
|
||||
# ===== Demo & 截图 =====
|
||||
demo-screenshots*/
|
||||
demo-*.mp4
|
||||
|
||||
# ===== Python =====
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# ===== AI/IDE =====
|
||||
.ai-switch/
|
||||
Reference in New Issue
Block a user