We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5d75e commit 777420dCopy full SHA for 777420d
.npmignore
@@ -0,0 +1,8 @@
1
+# NOTE: We use .npmignore instead of the `files` field in the package.json so we
2
+# can ignore specific test helper directories
3
+
4
+# Ignore all directories
5
+/*
6
7
+# Unignore the registry
8
+!/registry.json
0 commit comments