Skip to content

Commit 2f17876

Browse files
committed
Merge branch 'master' into 4.x
2 parents 9ead089 + 44cb05a commit 2f17876

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

.gitattributes

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@
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-
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-
phpunit-lte9.xml.dist export-ignore
23-
tests/Core/ErrorSuppressionTest.php export-ignore
8+
.github/ export-ignore
9+
scripts/ export-ignore
10+
src/Standards/**/Tests/ export-ignore
11+
tests/Core/**/ export-ignore
12+
tests/EndToEnd/**/ export-ignore
13+
.cspell.json export-ignore
14+
.gitattributes export-ignore
15+
.gitignore export-ignore
16+
.markdownlint-cli2.yaml export-ignore
17+
.remarkignore export-ignore
18+
.remarkrc export-ignore
19+
.shellcheckrc export-ignore
20+
.yamllint.yml export-ignore
21+
phpcs.xml.dist export-ignore
22+
phpstan.neon.dist export-ignore
23+
phpunit.xml.dist export-ignore
24+
phpunit-lte9.xml.dist export-ignore
25+
tests/Core/AbstractWriterTestCase.php export-ignore
26+
tests/Core/ErrorSuppressionTest.php export-ignore
27+
tests/Core/StatusWriterTestHelper.php export-ignore
2428

2529
#
2630
# Declare files that should always have CRLF line endings on checkout.

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1+
.idea/*
2+
build/
3+
lib/
4+
node_modules/
5+
vendor/
6+
/.phpunit.result.cache
17
/CodeSniffer.conf
8+
/composer.lock
29
/phpcs.xml
10+
/phpstan.neon
311
/phpunit.xml
412
/phpunitlte9.xml
513
/phpunit-lte9.xml
6-
.phpunit.result.cache
7-
/build/
8-
.idea/*
9-
/vendor/
10-
composer.lock
11-
phpstan.neon
12-
/node_modules/
1314
/tests/Standards/sniffStnd.xml
1415
/tests/Core/Util/ExitCode/Fixtures/ExitCodeTest/*.fixed
1516
/tests/Core/Util/ExitCode/Fixtures/ExitCodeTest/phpcs.cache
1617
/tests/EndToEnd/Fixtures/*.fixed
17-
/lib/

0 commit comments

Comments
 (0)