CRMEB/.gitignore
2023-09-19 17:41:44 +08:00

23 lines
465 B
Plaintext

/.git
/.idea
*.log
*.DS_Store
/crmeb/runtime/cache
/crmeb/runtime/log
/crmeb/runtime/session
/crmeb/runtime/temp
/crmeb/public/install.lock
/crmeb/public/uploads
/crmeb/runtime/timer.pid
/crmeb/runtime/workerman.pid
/docker-compose/mysql/data/
/docker-compose/mysql/log/
/docker-compose/nginx/log/
/template/admin/dist/
/template/admin/.idea/
/template/admin/node_modules/
/template/uni-app/node_modules/
/template/uni-app/unpackage/
/template/uni-app/.hbuilderx/