Skip to content

Commit 6d8d253

Browse files
authored
Merge pull request #1288 from PHPCSStandards/feature/gitattributes-dont-include-problematic-test-fixtures
.gitattributes: export ignore some test fixtures
2 parents 63b78c4 + 9fbd708 commit 6d8d253

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.gitattributes

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
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-
.shellcheckrc export-ignore
17-
.yamllint.yml export-ignore
18-
phpcs.xml.dist export-ignore
19-
phpstan.neon.dist export-ignore
20-
phpunit.xml.dist export-ignore
8+
.github/ export-ignore
9+
scripts/ export-ignore
10+
tests/Core/Ruleset/Fixtures/DirectoryExpansion/ export-ignore
11+
.cspell.json export-ignore
12+
.gitattributes export-ignore
13+
.gitignore export-ignore
14+
.markdownlint-cli2.yaml export-ignore
15+
.remarkignore export-ignore
16+
.remarkrc export-ignore
17+
.shellcheckrc 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
2122

2223
#
2324
# Declare files that should always have CRLF line endings on checkout.

0 commit comments

Comments
 (0)