Skip to content

Commit c0ee11f

Browse files
committed
adjust gitignore for phive usage
1 parent f05b9b2 commit c0ee11f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
.settings
88

99
# Build folder and vendor folder are generated code; no need to version this
10-
build/*
11-
temp/*
12-
vendor/*
13-
composer.phar
10+
build/
11+
tools/
12+
temp/
13+
vendor/
14+
*.phar
1415

1516
# By default the phpunit.xml.dist is provided; you can override this using a local config file
1617
phpunit.xml

0 commit comments

Comments
 (0)