mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
.env
|
|
.git
|
|
.svn
|
|
.idea
|
|
.fleet
|
|
.vscode
|
|
.DS_Store
|
|
|
|
/vendor
|
|
/runtime
|
|
/safefile
|
|
/nbproject
|
|
/composer.lock
|
|
!composer.json
|
|
|
|
### 屏蔽环境文件
|
|
/404.html
|
|
/.user.ini
|
|
/index.html
|
|
/public/upload
|
|
/public/404.html
|
|
/public/.htaccess
|
|
/public/.user.ini
|
|
/public/index.html
|
|
/public/favicon.ico
|
|
/database/sqlite.db
|
|
|
|
### 屏蔽插件文件
|
|
/think
|
|
/app/admin
|
|
/app/wechat
|
|
|
|
### 屏蔽配置文件
|
|
/config/app.php
|
|
/config/cookie.php
|
|
/config/lang.php
|
|
/config/log.php
|
|
/config/route.php
|
|
/config/session.php
|
|
/config/view.php
|
|
|
|
/public/index.php
|
|
/public/router.php
|
|
/public/static/plugs
|
|
/public/static/theme
|
|
/public/static/admin.js
|
|
/public/static/login.js
|
|
|
|
### 屏蔽数据库脚本
|
|
/database/migrations/20221013031925_install_admin.php
|
|
/database/migrations/20221013031926_install_admin_data.php
|
|
/database/migrations/20221013045829_install_wechat.php
|
|
/database/migrations/20221013045830_install_wechat_data.php
|
|
/database/migrations/20221013045838_install_user.php
|
|
/database/migrations/20221013045839_install_user_data.php
|
|
/database/migrations/20221013045840_install_user_region.php
|
|
/database/migrations/20221215000001_install_center_data.php
|
|
/database/migrations/20230224000001_install_account.php
|
|
/database/migrations/20230225000001_install_payment.php
|