Family-Tree/.gitignore
jdysya cb12614fc3 chore: 更新 .gitignore 文件
- 添加 gateway/config/urls.json
2025-02-17 16:44:23 +08:00

16 lines
305 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
gateway/config/urls.json