Family-Tree/.gitignore
jdysya 2ef2f53ce6 feat(gateway): 更新数据库连接和模型
- 从 SQLite 切换到 MySQL 数据库
- 更新 Region 和 User 模型,增加字段和关联
- 添加数据库连接池配置
- 实现自动迁移表结构
2025-02-16 23:49:27 +08:00

15 lines
280 B
Plaintext

node_modules/
doc/src/.vuepress/.cache/
doc/src/.vuepress/.temp/
doc/src/.vuepress/dist/
.DS_Store
*.db
log/
# 忽略 static 文件夹
gateway/static/*
# 如果需要保留 static 文件夹本身,可以添加以下规则
!gateway/static/.gitkeep
*.zip
gateway/main
gateway/.env