Skip to content

Commit b96a286

Browse files
committed
use gitattributes to exclude the demos in the releases
1 parent 510cb1f commit b96a286

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/demo export-ignore
2+
.gitattributes export-ignore

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@
2424
"psr-0": {
2525
"Embed": ""
2626
}
27-
},
28-
"archive": {
29-
"exclude": ["/demo"]
30-
}
27+
}
3128
}

0 commit comments

Comments
 (0)