Skip to content

Commit 5f32bbf

Browse files
Fix export-ignore definitions
1 parent 7c85ee1 commit 5f32bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
*.pdf binary
1515

1616
/tests export-ignore
17-
/.editorconfig export ignore
17+
/.editorconfig export-ignore
1818
/.gitattributes export-ignore
1919
/.gitignore export-ignore
2020
/.gitlab-ci.yml export-ignore
21-
/.php-cs-fixer.dist.php export ignore
22-
/composer-require-checker.json export ignore
21+
/.php-cs-fixer.dist.php export-ignore
22+
/composer-require-checker.json export-ignore
2323
/rector.php export-ignore
24-
/renovate.json export ignore
24+
/renovate.json export-ignore

0 commit comments

Comments
 (0)