Skip to content

Commit 4103bea

Browse files
committed
Exclude bin directory from release archives
1 parent a767cd4 commit 4103bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.distignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package.json
66
package-lock.json
77
.distignore
88
lefthook.yml
9+
bin/
910

1011
# Documentation
1112
*.md
@@ -44,4 +45,4 @@ Thumbs.db
4445

4546
# Build directories
4647
/dist
47-
/build
48+
/build

0 commit comments

Comments
 (0)