更新gitignor文件和变量生命
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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*
|
||||
@@ -67,6 +67,8 @@ class Auth
|
||||
*/
|
||||
protected static $instance = null;
|
||||
|
||||
public $groupIDs;
|
||||
|
||||
/**
|
||||
* 类构造函数
|
||||
* class constructor.
|
||||
|
||||
@@ -52,6 +52,8 @@ class Auth
|
||||
*/
|
||||
protected static $instance = null;
|
||||
|
||||
public $request;
|
||||
|
||||
/**
|
||||
* 类构造函数
|
||||
* class constructor.
|
||||
|
||||
Reference in New Issue
Block a user