19 lines
375 B
Plaintext
19 lines
375 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
|
|
doc/src/.vuepress/public/pdfjs/
|
|
gateway/.env_prod
|
|
gateway/deploy_tmp/
|