更新gitignor文件和变量生命

This commit is contained in:
2025-08-10 21:00:15 +08:00
parent 6a04db4642
commit fae848fcb0
3 changed files with 18 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
/.idea
/.vscode
/plugin/*.*
/runtime/cache
/runtime/views
/runtime/admin
/runtime/index
/runtime*
*.log
/tests/tmp
/tests/.phpunit.result.cache
public/upload/datasheet/*
public/upload/datasheet*

View File

@@ -67,6 +67,8 @@ class Auth
*/
protected static $instance = null;
public $groupIDs;
/**
* 类构造函数
* class constructor.

View File

@@ -52,6 +52,8 @@ class Auth
*/
protected static $instance = null;
public $request;
/**
* 类构造函数
* class constructor.