Skip to content

Commit a7d0da3

Browse files
gitattributes updated
1 parent 3a1e721 commit a7d0da3

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.gitattributes

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,19 @@ LICENSE -diff
2727

2828
# Exclude files from `git archive` (useful when packaging a release)
2929
.env export-ignore
30-
/tests export-ignore
31-
/.github export-ignore
32-
/.gitignore export-ignore
33-
/.gitattributes export-ignore
34-
/vendor export-ignore
35-
/example export-ignore
30+
/tests/ export-ignore
31+
.github export-ignore
32+
.gitignore export-ignore
33+
.gitattributes export-ignore
34+
/vendor/ export-ignore
35+
/example/ export-ignore
36+
CODE_OF_CONDUCT.md export-ignore
37+
CHANGELOG.md export-ignore
38+
README.md export-ignore
39+
index.php export-ignore
40+
phpunit.xml export-ignore
41+
composer.json export-ignore
42+
composer.lock export-ignore
43+
.editorconfig export-ignore
44+
.env.example export-ignore
45+
LICENSE export-ignore

0 commit comments

Comments
 (0)