Skip to content

Commit fc8a27e

Browse files
do not check in build directory to github anymore and do not publish src folder to npm anymore
1 parent b4a98c5 commit fc8a27e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
node_modules
22
.rpt2_cache
33
.env*
4+
45
tmp
56
proto
67
weights_uncompressed
78
weights_unused
89
docs
9-
out
10+
out
11+
build

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ proto
66
weights
77
weights_uncompressed
88
weights_unused
9+
src
910
test
1011
tools
1112
docs

0 commit comments

Comments
 (0)