We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3392442 + e9c2e14 commit a6663c9Copy full SHA for a6663c9
1 file changed
.npmignore
@@ -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
5
build/*
6
!build/plotcss.js
7
!build/README.md
8
-stackgl_modules/node_modules
-
9
+# Exclude these directories
10
devtools
-test
-draftlogs
11
dist/extras
12
-circle.yml
13
-bower.json
14
15
-.ackrc
16
-.agignore
17
18
-npm-debug.log
+draftlogs
+stackgl_modules/node_modules
+tasks
+test
+topojson
0 commit comments