Skip to content

Commit 931f2ca

Browse files
committed
Update .gitattributes export-ignore
- remove non-existent entries - add new ones not necessary for installations Since the diff is a bit hard to read as I also sorted things alphabetically: removed: - /.scrutinizer.yml - /.travis.yml added: - /.editorconfig - /.github - /.php_cs.dist
1 parent e2a594b commit 931f2ca

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)