Files
gongxue-base/.gitignore

58 lines
708 B
Plaintext
Raw Permalink 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.

# 依赖
node_modules/
# 构建产物
dist/
build/
# TypeScript 增量编译缓存
*.tsbuildinfo
# 环境变量(包含密码等敏感信息)
.env
.env.local
.env.production
# 数据库文件
*.db
*.sqlite
# 上传文件合同PDF等敏感文件不入版本库和部署包
uploads/
backend/uploads/
data/ai-attachments/
# 日志
logs/
*.log
# 编辑器 / IDE
.vscode/
.idea/
.qoder/
# 部署包 / 压缩包
*.zip
*.tar.gz
# 参考资料(非源码)
*.xls
*.xlsx
# 系统文件
.DS_Store
Thumbs.db
# Turborepo
.turbo/
# Monorepo pattern matches
apps/server/node_modules/
apps/server/dist/
apps/admin/node_modules/
apps/admin/dist/
.codegraph/
.worktrees/
.claude/
.omp/
.superpowers/