Skip to content

Commit 5380a4b

Browse files
authored
Merge pull request #993 from PHPCSStandards/phpcs-4.0/feature/sq-1908-gitattributes-export-ignore-tests
.gitattributes: tests are no longer included in zip packages
2 parents 1599541 + d73abdb commit 5380a4b

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.gitattributes

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/
66
# https://blog.madewithlove.be/post/gitattributes/
77
#
8-
.github/ export-ignore
9-
scripts/ export-ignore
10-
.cspell.json export-ignore
11-
.gitattributes export-ignore
12-
.gitignore export-ignore
13-
.markdownlint-cli2.yaml export-ignore
14-
.remarkignore export-ignore
15-
.remarkrc export-ignore
16-
.yamllint.yml export-ignore
17-
phpcs.xml.dist export-ignore
18-
phpstan.neon.dist export-ignore
19-
phpunit.xml.dist export-ignore
8+
.github/ export-ignore
9+
scripts/ export-ignore
10+
src/Standards/**/Tests/ export-ignore
11+
tests/Core/**/ export-ignore
12+
.cspell.json export-ignore
13+
.gitattributes export-ignore
14+
.gitignore export-ignore
15+
.markdownlint-cli2.yaml export-ignore
16+
.remarkignore export-ignore
17+
.remarkrc export-ignore
18+
.yamllint.yml export-ignore
19+
phpcs.xml.dist export-ignore
20+
phpstan.neon.dist export-ignore
21+
phpunit.xml.dist export-ignore
22+
tests/Core/ErrorSuppressionTest.php export-ignore
2023

2124
#
2225
# Declare files that should always have CRLF line endings on checkout.

0 commit comments

Comments
 (0)