Skip to content

Commit 4bdad27

Browse files
committed
minor #245 Unused files in distribution not ignored for export in gitignore (savinmikhail)
This PR was merged into the 2.x branch. Discussion ---------- Unused files in distribution not ignored for export in gitignore Linked issue is #244 (comment) Commits ------- abd2f37 fix(git): fix export-ignore directives
2 parents 80c8438 + abd2f37 commit 4bdad27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
/.php-cs-fixer.dist.php export-ignore
88
/phpstan.neon.dist export-ignore
99
/phpstan-baseline.neon export-ignore
10-
/psalm.baseline.xml export-ignore
10+
/psalm-baseline.xml export-ignore
1111
/psalm.xml export-ignore
12+
/.editorconfig export-ignore

0 commit comments

Comments
 (0)