Skip to content

Commit 2ce44b7

Browse files
authored
minimize composer install size
1 parent aafcb5a commit 2ce44b7

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.gitattributes

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# Git
2-
.gitattributes export-ignore
1+
# Do not publish the following files via composer:
32
.github/ export-ignore
4-
.gitignore export-ignore
5-
6-
# Development files
3+
.husky/ export-ignore
4+
docs/ export-ignore
5+
src/ export-ignore
76
.editorconfig export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
.php-cs-fixer.dist.php export-ignore
10+
.prettierrc export-ignore
811
composer.lock export-ignore
12+
eslint.config.mjs export-ignore
13+
i18n.json export-ignore
14+
i18n.lock export-ignore
15+
jsconfig.json export-ignore
16+
package.json export-ignore
917
pnpm-lock.yaml export-ignore
10-
11-
# Docs
12-
docs/ export-ignore
18+
pnpm-workspace.yaml export-ignore

0 commit comments

Comments
 (0)