Skip to content

Commit 142deb4

Browse files
committed
Fix: Clean up .gitattributes
1 parent 724f83a commit 142deb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
/.github export-ignore
12
/demo export-ignore
23
/docs export-ignore
34
/tests export-ignore
45
/.gitattributes export-ignore
56
/.gitignore export-ignore
6-
/.php_cs.dist export-ignore
7-
/.travis.yml export-ignore
7+
/.php-cs-fixer.dist export-ignore
8+
/phpstan-baseline.neon export-ignore
9+
/phpstan.neon export-ignore
810
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)