Skip to content

Commit 815d8b9

Browse files
committed
Update .gitignore with additional IDE and cache files
1 parent 7943c1c commit 815d8b9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
vendor
1+
# Composer Related
22
composer.lock
3-
psalm.phar
4-
.php_cs.cache
3+
/vendor
4+
5+
# Caches
6+
.phpunit.cache
57
.phpunit.result.cache
6-
.php-cs-fixer.cache
8+
9+
# IDE Helper
10+
_ide_helper.php
11+
_ide_helper_models.php
12+
.phpstorm.meta.php
13+
14+
# Editors
15+
/.idea
16+
/.fleet
17+
/.vscode

0 commit comments

Comments
 (0)