Update .gitignore rules

This commit is contained in:
技术老胡
2025-04-18 18:10:02 +08:00
parent 748356cc6b
commit a6b5133cc3
35 changed files with 11 additions and 2521 deletions

View File

@@ -1,18 +0,0 @@
<?php
declare(strict_types=1);
namespace app\controller;
use app\BaseController;
use think\facade\View;
use think\Request;
class PluginController extends BaseController
{
// 插件管理页
public function index()
{
return View::fetch();
}
}