Skip to content

Commit 14ba71d

Browse files
committed
add npmignore
1 parent 83f2c49 commit 14ba71d

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

.npmignore

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
._*
2+
.apdisk
3+
.AppleDB
4+
.AppleDesktop
5+
.AppleDouble
6+
.cache/
7+
.com.apple.timemachine.donotpresent
8+
.dccache
9+
.directory
10+
.DocumentRevisions-V100
11+
.DS_Store
12+
.dynamodb/
13+
.env
14+
.env.test
15+
.env*.local
16+
.eslintcache
17+
.fseventsd
18+
.fuse_hidden*
19+
.fusebox/
20+
.grunt
21+
.history
22+
.ionide
23+
.lock-wscript
24+
.LSOverride
25+
.next
26+
.nfs*
27+
.node_repl_history
28+
.npm
29+
.nuxt
30+
.nyc_output
31+
.out
32+
.parcel-cache
33+
.rpt2_cache/
34+
.rts2_cache_cjs/
35+
.rts2_cache_es/
36+
.rts2_cache_umd/
37+
.serverless/
38+
.Spotlight-V100
39+
.storybook-out
40+
.stylelintcache
41+
.TemporaryItems
42+
.tern-port
43+
.Trash-*
44+
.Trashes
45+
.VolumeIcon.icns
46+
.vscode-test
47+
.vscode/
48+
.vuepress/dist
49+
.yarn-integrity
50+
*.code-workspace
51+
*.lcov
52+
*.log
53+
*.pid
54+
*.pid.lock
55+
*.seed
56+
*.tgz
57+
*.tsbuildinfo
58+
*~
59+
bower_components
60+
build
61+
build/Release
62+
coverage
63+
Icon
64+
jspm_packages/
65+
lerna-debug.log*
66+
lib-cov
67+
logs
68+
Network Trash Folder
69+
node_modules/
70+
npm-debug.log
71+
npm-debug.log*
72+
pids
73+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
74+
src/
75+
storybook-static
76+
temp/
77+
Temporary Items
78+
tmp/
79+
typings/
80+
yarn-debug.log*
81+
yarn-error.log
82+
yarn-error.log*

0 commit comments

Comments
 (0)