Skip to content

Commit bfc3b82

Browse files
authored
Add Makefile to export-ignore in .gitattributes (#56)
* Add Makefile to export-ignore in .gitattributes * Update .gitattributes to export-ignore all phpstan configuration files
1 parent 20e789d commit bfc3b82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/examples export-ignore
33
/tests export-ignore
44
/.php-cs-fixer.dist.php export-ignore
5-
/phpstan.dist.neon export-ignore
5+
/phpstan* export-ignore
66
/phpunit.xml.dist export-ignore
7+
/Makefile export-ignore

0 commit comments

Comments
 (0)