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.
1 parent 3392442 commit e4a3647Copy full SHA for e4a3647
1 file changed
.npmignore
@@ -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
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
+draftlogs
13
+stackgl_modules/node_modules
14
+tasks
15
+test
16
+topojson
17
-circle.yml
-bower.json
-.ackrc
-.agignore
18
+# Exclude these files
19
npm-debug.log
0 commit comments