Skip to content

Commit be2b933

Browse files
authored
Merge pull request #687 from localheinz/fix/attributes
Fix: Clean up `.gitattributes`
2 parents 724f83a + 142deb4 commit be2b933

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)