Pro/.gitignore
2026-02-25 01:50:31 +08:00

18 lines
196 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.

# 运行时(日志+缓存 204M
/runtime/
# 依赖(从 composer.json 安装)
/vendor/
# 备份压缩包
*.tar.gz
# 环境配置
.env
# 系统文件
.DS_Store
.user.ini
*.swp
Thumbs.db