Skip to content

Commit 65c2a47

Browse files
committed
Update .gitattributes
[ci skip]
1 parent 5d30983 commit 65c2a47

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.gitattributes

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Path-based git attributes
2-
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.travis.yml export-ignore
4+
.scrutinizer.yml export-ignore
5+
.editorconfig export-ignore
6+
.styleci.yml export-ignore
7+
phpunit.xml.dist export-ignore
8+
/.github export-ignore
9+
/tests export-ignore
310

4-
# Ignore all test and documentation with "export-ignore".
5-
/.gitattributes export-ignore
6-
/.gitignore export-ignore
7-
/.travis.yml export-ignore
8-
/phpunit.xml.dist export-ignore
9-
/.scrutinizer.yml export-ignore
10-
/tests export-ignore
11-
/.editorconfig export-ignore

0 commit comments

Comments
 (0)