mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
42 lines
847 B
Plaintext
42 lines
847 B
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/.user.ini
|
|
/public/index.html
|
|
/public/favicon.ico
|
|
/database/sqlite.db
|
|
|
|
think
|
|
app/admin
|
|
app/wechat
|
|
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 |