mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 08:48:40 +00:00
Ignore more files
This commit is contained in:
parent
623c926fc7
commit
926205f4af
|
|
@ -37,6 +37,8 @@ foreach ($files as $file) {
|
||||||
|
|
||||||
if (stripos($subdir, 'Status.php') === false
|
if (stripos($subdir, 'Status.php') === false
|
||||||
&& stripos($subdir, 'Type.php') === false
|
&& stripos($subdir, 'Type.php') === false
|
||||||
|
&& stripos($subdir, 'Layout.php') === false
|
||||||
|
&& stripos($subdir, 'Level.php') === false
|
||||||
&& stripos($subdir, 'Status') === false
|
&& stripos($subdir, 'Status') === false
|
||||||
&& stripos($subdir, 'Enum') === false
|
&& stripos($subdir, 'Enum') === false
|
||||||
&& stripos($subdir, 'Null') === false
|
&& stripos($subdir, 'Null') === false
|
||||||
|
|
@ -99,6 +101,8 @@ foreach ($files as $file) {
|
||||||
|
|
||||||
if (stripos($subdir, 'Status.php') === false
|
if (stripos($subdir, 'Status.php') === false
|
||||||
&& stripos($subdir, 'Type.php') === false
|
&& stripos($subdir, 'Type.php') === false
|
||||||
|
&& stripos($subdir, 'Layout.php') === false
|
||||||
|
&& stripos($subdir, 'Level.php') === false
|
||||||
&& stripos($subdir, 'Status') === false
|
&& stripos($subdir, 'Status') === false
|
||||||
&& stripos($subdir, 'Enum') === false
|
&& stripos($subdir, 'Enum') === false
|
||||||
&& stripos($subdir, 'Null') === false
|
&& stripos($subdir, 'Null') === false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user