Skip to content

Commit 99afc7e

Browse files
committed
add npm ignore
1 parent c4a3b87 commit 99afc7e

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Diff for: .npmignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
lib-cov
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
*.swp
10+
tags
11+
pids
12+
logs
13+
results
14+
build
15+
16+
node_modules
17+
18+
# extras
19+
*.swp
20+
*.swo
21+
*~
22+
.project
23+
peerdb.json
24+
25+
npm-debug.log
26+
.nodemonignore
27+
28+
.DS_Store
29+
db/txs/*
30+
db/txs
31+
db/testnet/txs/*
32+
db/testnet/txs
33+
db/blocks/*
34+
db/blocks
35+
db/testnet/blocks/*
36+
db/testnet/blocks
37+
38+
README.html
39+
k*

0 commit comments

Comments
 (0)