Skip to content

Commit 2da28fd

Browse files
authored
feat: add .gitattributes to exclude unnecessary files from Composer dist package (#67)
1 parent ff33581 commit 2da28fd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Directories
2+
/.github export-ignore
3+
/tests export-ignore
4+
5+
# Files
6+
/.editorconfig export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
9+
/.php-cs-fixer.php export-ignore
10+
/block-kit-screenshot.png export-ignore
11+
/phpstan.neon export-ignore

0 commit comments

Comments
 (0)