Files
soul-yongping/.gitignore
2026-03-07 22:58:43 +08:00

15 lines
177 B
Plaintext
Raw Permalink 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
*.zip
.env
.env.*
!.env.*.example
__pycache__/
*.pyc
*.pyo
log/
tmp/
# 各子项目已有 .gitignore此处仅补充分支通用项
node_modules/