Skip to content

Commit 92faa6c

Browse files
authored
Clean up gitignore add adding PHPUnit (guzzle#2432)
* Clean up gitignore add adding PHPUnit * minonr
1 parent 4a10630 commit 92faa6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
phpunit.xml
22
composer.phar
33
composer.lock
4-
composer-test.lock
54
vendor/
65
build/artifacts/
76
artifacts/
87
docs/_build
98
docs/*.pyc
10-
.idea
11-
.DS_STORE
129

1310
### PHP-CS-Fixer
1411
php-cs-fixer.phar
1512
php-cs-fixer
16-
.php_cs.cache
13+
.php_cs.cache
14+
15+
### PHPUnit
16+
.phpunit.result.cache

0 commit comments

Comments
 (0)