Skip to content

Commit e9c2e14

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

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.npmignore

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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
11-
12-
circle.yml
13-
bower.json
14-
15-
.ackrc
16-
.agignore
17-
18-
npm-debug.log
12+
draftlogs
13+
stackgl_modules/node_modules
14+
tasks
15+
test
16+
topojson

0 commit comments

Comments
 (0)