Skip to content

Commit e4a3647

Browse files
committed
update and organize .npmignore
1 parent 3392442 commit e4a3647

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.npmignore

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
# Exclude all hidden files and folders
2+
.*
3+
4+
# Exclude all files in build/, except for plotcss.js and README.md
15
build/*
26
!build/plotcss.js
37
!build/README.md
48

5-
stackgl_modules/node_modules
6-
9+
# Exclude these directories
710
devtools
8-
test
9-
draftlogs
1011
dist/extras
12+
draftlogs
13+
stackgl_modules/node_modules
14+
tasks
15+
test
16+
topojson
1117

12-
circle.yml
13-
bower.json
14-
15-
.ackrc
16-
.agignore
17-
18+
# Exclude these files
1819
npm-debug.log

0 commit comments

Comments
 (0)