Skip to content

Commit 6df9034

Browse files
committed
Add files not needed for installation to export ignore
We don't need these when installing the standalone globally through Composer. We just want the build, the composer.json and the license file. Based on the [Pint configuration](https://github.com/laravel/pint/blob/main/.gitattributes)
1 parent 84f3877 commit 6df9034

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@
77
*.php diff=php
88

99
.github/ export-ignore
10+
config/ export-ignore
1011
tests/ export-ignore
12+
app/ export-ignore
1113
bin/ export-ignore
14+
1215
CHANGELOG.md export-ignore
1316
LICENSE.md export-ignore
1417
SECURITY.md export-ignore
18+
composer.lock export-ignore
19+
box.json export-ignore
20+
phpunit.xml export-ignore
21+
.gitattributes export-ignore
22+
.gitignore export-ignore
23+
hyde export-ignore

0 commit comments

Comments
 (0)