Skip to content

Commit f173b8e

Browse files
committed
Make published tarball smaller
1 parent 8ab28d5 commit f173b8e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.npmignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
### Node ###
2+
# Logs
3+
logs
4+
*.log
5+
npm-debug.log*
6+
yarn-debug.log*
7+
yarn-error.log*
8+
9+
# Dependency directories
10+
node_modules/
11+
12+
# Optional npm cache directory
13+
.npm
14+
15+
# Optional REPL history
16+
.node_repl_history
17+
18+
# Output of 'npm pack'
19+
*.tgz
20+
21+
# Yarn Integrity file
22+
.yarn-integrity
23+
24+
# dotenv environment variables file
25+
.env
26+
.envrc
27+
28+
# parcel-bundler cache (https://parceljs.org/)
29+
.cache
30+
31+
32+
# End of https://www.gitignore.io/api/node
33+
34+
.tern-*
35+
TAGS
36+
built/
37+
/package-lock.json
38+
cypress/screenshots
39+
cypress/videos
40+
41+
# ignore from published tarball
42+
.nowignore
43+
.prettierrc
44+
cypress.json
45+
now.json
46+
.circleci/
47+
examples/
48+
cypress/
49+
built/**/*.tsbuildinfo

0 commit comments

Comments
 (0)