Skip to content

Commit b60022b

Browse files
committed
fix: add npmignore
dist was not being released, perhaps because the other gitignore changed in a previous commit.
1 parent 2196c2c commit b60022b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules
2+
out
3+
test*/
4+
.shadow-cljs
5+
.nrepl-port
6+
yarn-error.log
7+
template/yarn.lock
8+
template/package-lock.json
9+
.clj-kondo/.cache

0 commit comments

Comments
 (0)