Skip to content

Commit 44cb05a

Browse files
authored
Merge pull request #1209 from PHPCSStandards/feature/update-gitattributes-gitignore
Update `.gitattributes` and `.gitignore`
2 parents df4784c + 1dba439 commit 44cb05a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ scripts/ export-ignore
1313
.markdownlint-cli2.yaml export-ignore
1414
.remarkignore export-ignore
1515
.remarkrc export-ignore
16+
.shellcheckrc export-ignore
1617
.yamllint.yml export-ignore
1718
phpcs.xml.dist export-ignore
1819
phpstan.neon.dist export-ignore

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
4-
.phpunit.result.cache
5-
/build/
6-
.idea/*
7-
/vendor/
8-
composer.lock
9-
phpstan.neon
10-
/node_modules/
1112
/tests/EndToEnd/Fixtures/*.fixed
12-
/lib/

0 commit comments

Comments
 (0)