Skip to content

Commit 3e6a19e

Browse files
committed
Revise git-attribute excludes.
1 parent e461709 commit 3e6a19e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.gitattributes

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
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-
/docs export-ignore
12-
/docker export-ignore
13-
/benchmarks export-ignore
14-
/docker-compose.yml export-ignore
15-
/phpbench.json export-ignore
16-
/profile.php export-ignore
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.php-cs-fixer.php export-ignore
9+
/phpunit.xml export-ignore
10+
/tests export-ignore
11+
/docs export-ignore
12+
/phpstan.neon export-ignore

0 commit comments

Comments
 (0)