fix
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -6,7 +6,6 @@
|
||||
**/.DS_Store
|
||||
|
||||
#deploy data
|
||||
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
|
||||
@@ -19,6 +18,14 @@ data/*
|
||||
|
||||
/tmp/
|
||||
|
||||
# 打包出来的可执行文件
|
||||
/app/api
|
||||
/app/main/api/main
|
||||
/app/main/api/debug
|
||||
/app/main/api/test
|
||||
|
||||
# 文档目录
|
||||
documents/*
|
||||
!documents/.gitkeep
|
||||
|
||||
deploy/script/js
|
||||
|
||||
Reference in New Issue
Block a user