Skip to content

Commit 19b34d2

Browse files
committed
[TASK] Updated .gitignore
Signed-off-by: Torben Hansen <derhansen@gmail.com>
1 parent 1b13c75 commit 19b34d2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.Build/phpstan/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ parameters:
77
- ../../Classes/
88
- ../../Configuration/
99

10-
reportUnmatchedIgnoredErrors: false
10+
reportUnmatchedIgnoredErrors: false

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.idea
33
.php-cs-fixer.cache
44
composer.lock
5-
.Build/*/public
6-
.Build/*/vendor
7-
.Build/*/composer.lock
5+
.Build/public
6+
.Build/vendor
7+
.Build/var
8+
.Build/composer.lock

0 commit comments

Comments
 (0)