Files
SoonDesign/.gitignore
T
24kycj 55a6029779 完善 .gitignore:忽略 backend storage 运行时文件
限流缓存、日志、用户文件、微信证书缓存等目录仅保留 .gitkeep;从版本库移除已误提交的 rate/*.json。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 11:07:48 +08:00

28 lines
573 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.DS_Store
Thumbs.db
node_modules/
frontend-electron/node_modules/
npm-debug.log*
dist/*.zip
_salvage/
backend-web/config/local.php
frontend-web/config/local.js
docker/.env
docker/config/local.php
docker/config/local.js
soonModels/*.soon
# backend-web 运行时 storage(仅保留各目录 .gitkeep
backend-web/storage/payment/*
backend-web/storage/cache/rate/*
backend-web/storage/cache/wechat_certs/*
backend-web/storage/logs/*
backend-web/storage/users/*
backend-web/storage/templates/*
!backend-web/storage/**/.gitkeep
*.log
*.tmp
*.bak
*.pem
*.key
/soonDesign-back