Skip to content

Commit 61a196e

Browse files
authored
Merge pull request #129 from mfn/mfn-gitattr
Update .gitattributes export-ignore
2 parents e2a594b + 931f2ca commit 61a196e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# Ignore all test and documentation with "export-ignore".
5+
/.editorconfig export-ignore
56
/.gitattributes export-ignore
7+
/.github export-ignore
68
/.gitignore export-ignore
7-
/.travis.yml export-ignore
9+
/.php_cs.dist export-ignore
10+
/example export-ignore
811
/phpunit.xml.dist export-ignore
9-
/.scrutinizer.yml export-ignore
1012
/tests export-ignore
11-
/example export-ignore
1213

1314
# All test snapshots and text stubs must have LF line endings
1415
tests/**/__snapshots__/** text eol=lf

0 commit comments

Comments
 (0)