modify gitignore file

This commit is contained in:
luofei 2023-08-07 16:45:59 +08:00
parent f12076caf6
commit 9ba5aee383

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/.idea /.idea
/.vscode /.vscode
*.log *.log
/.env
/public/uploads/* /public/uploads/*
!/public/uploads/index.html !/public/uploads/index.html
/runtime/* /runtime/*