1 parent 1b13c75 commit 19b34d2Copy full SHA for 19b34d2
2 files changed
.Build/phpstan/phpstan.neon
@@ -7,4 +7,4 @@ parameters:
7
- ../../Classes/
8
- ../../Configuration/
9
10
- reportUnmatchedIgnoredErrors: false
+ reportUnmatchedIgnoredErrors: false
.gitignore
@@ -2,6 +2,7 @@
2
.idea
3
.php-cs-fixer.cache
4
composer.lock
5
-.Build/*/public
6
-.Build/*/vendor
-.Build/*/composer.lock
+.Build/public
+.Build/vendor
+.Build/var
+.Build/composer.lock
0 commit comments