Skip to content

Commit 7b47551

Browse files
committed
Update gitignore to only specify Composer and PHPUnit artifacts
1 parent e758296 commit 7b47551

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
@@ -1,7 +1,8 @@
1-
*.swp
2-
!.gitignore
1+
# Composer
32
composer.phar
43
composer.lock
5-
/vendor/
6-
php.ini
4+
vendor/
5+
6+
# PHPUnit
7+
phpunit.phar
78
phpunit.xml

0 commit comments

Comments
 (0)