Skip to content

Commit 3f85275

Browse files
committed
Add npmignore to litlytics package to fix publishing built version
1 parent a062942 commit 3f85275

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

packages/litlytics/.npmignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
2+
3+
# Logs
4+
5+
logs
6+
_.log
7+
npm-debug.log_
8+
yarn-debug.log*
9+
yarn-error.log*
10+
lerna-debug.log*
11+
.pnpm-debug.log*
12+
13+
# Caches
14+
15+
.cache
16+
17+
# Directory for instrumented libs generated by jscoverage/JSCover
18+
19+
lib-cov
20+
21+
# Coverage directory used by tools like istanbul
22+
23+
coverage
24+
*.lcov
25+
26+
# Compiled binary addons (https://nodejs.org/api/addons.html)
27+
28+
build/Release
29+
30+
# Dependency directories
31+
32+
node_modules/
33+
jspm_packages/

0 commit comments

Comments
 (0)