Files
ProxyPanel/.gitignore
兔姬桑 4e06253359 Add 人工支付 & 订单修改功能
- 添加 人工支付;
  - 添加微信、支付宝上传/显示;
  - 添加购买后TG机器人通知且快捷确认窗口;
- 添加订单可修改功能;
- 针对本次更新的初版页面添加与调整;
2021-09-14 22:15:28 +08:00

29 lines
469 B
Plaintext

/public/upload
/storage/framework/cache/*
/storage/framework/cookies/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
/storage/app/public
/storage/*.key
/vendor
.env
.phpunit.result.cache
/.idea
/.vagrant
/.vscode
/phpunit.xml
Homestead.json
Homestead.yaml
npm-debug.log
.DS_Store
.phpstorm.meta.php
yarn-error.log
_ide_helper_models.php
_ide_helper.php
.php_cs.cache
node_modules/*
composer.phar
public/uploads/*