Files
gongxue-base/.gitignore
2026-06-30 02:31:25 +08:00

83 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# ✅ 环境变量文件(包含敏感信息)
.env
.env.local
.env.production
# ✅ 租户配置(每个部署实例独立维护)
src/tenant.config.ts
# ✅ 卫星站同步配置(含管理员密码)
scripts/satellite/sync-config.json
# ✅ 构建产物
/dist-admin/
/dist-public/
# ✅ IDE / AI 工具配置
.qoder/
.codex-backups/
# ✅ 补丁与压缩包
*.patch
*.tar.gz
# ✅ 临时/对比文件
stash_comparison.txt
stash_diff.txt
.local-storage/
# ✅ 生产上线验收证据(可能包含内部域名、抽样说明或敏感运维信息)
docs/refactor/production-launch-evidence.json
docs/refactor/launch-artifacts/
# ✅ 备份文件
*.backup
# ✅ 卫星站安装包
卫星站安装包/
# ✅ 参考资料(非源码)
参考/
新UI参考/
# ✅ Electron 打包产物
/release/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# ✅ 部署脚本本地缓存(记录 package-lock 哈希)
.deploy-cache/
# ✅ PocketBase 运行期产出(不入 git
pb_data/
pb_public/
pocketbase
pocketbase.exe
# Supabase local CLI state
supabase/.branches/
supabase/.temp/