Skip to content

Commit 1fd6ef1

Browse files
committed
Small cleanup in .gitattributes and .gitignore files
1 parent 2f8c800 commit 1fd6ef1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.* export-ignore
22
*.md export-ignore
3-
Tests export-ignore
3+
Makefile export-ignore
4+
phpunit.xml.dist export-ignore
45
Resources/doc export-ignore
6+
Tests export-ignore

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/vendor/
1+
.php_cs.cache
2+
.phpunit.result.cache
23
/Tests/Functional/cache
34
/Tests/Functional/logs
5+
/vendor/
46
composer.lock
7+
phpstan.neon
58
phpunit.xml
6-
.php_cs.cache
7-
.phpunit.result.cache

0 commit comments

Comments
 (0)