Skip to content

Commit e0838c2

Browse files
authored
Update .gitattributes (spatie#407)
1 parent f5c8583 commit e0838c2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.gitattributes

+10-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# 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-
/.env export-ignore
5+
/.github export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/docs export-ignore
10+
/tests export-ignore
11+
/.editorconfig export-ignore
12+
/.php-cs-fixer.dist.php export-ignore
13+
/CHANGELOG.md export-ignore
14+
/UPGRADING.md export-ignore

0 commit comments

Comments
 (0)