Skip to content

Commit 5af203f

Browse files
fix: Add .editorconfig and c3.php to export-ignore list in .gitattributes. (#135)
1 parent 41de1ed commit 5af203f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
/CHANGELOG.md merge=union
2727

2828
# Exclude files from the archive
29+
/.editorconfig export-ignore
2930
/.gitattributes export-ignore
3031
/.github export-ignore
3132
/.gitignore export-ignore
3233
/.phpstan.neon export-ignore
3334
/.styleci.yml export-ignore
35+
/c3.php export-ignore
3436
/codeception.yml export-ignore
3537
/composer-require-checker.json export-ignore
3638
/composer.lock export-ignore

0 commit comments

Comments
 (0)