This commit is contained in:
2026-01-06 12:25:25 +08:00
commit e4665b9f6e
586 changed files with 69356 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# idea
.idea
.idea/
*.iml
.DS_Store
**/.DS_Store
#deploy data
data/*
!data/.gitkeep
# gitlab ci
.cache
#vscode
.vscode
.vscode/
/tmp/
# 打包出来的可执行文件
/app/api
/app/main/api/main
/app/main/api/_*
# 文档目录
documents/*
!documents/.gitkeep
deploy/script/js