Przeglądaj źródła

add `.npmignore` files to ignore .gitignore when packing (#3380)

See: https://www.npmjs.com/package/npm-packlist
Fixes: https://github.com/transloadit/uppy/issues/3360
Fixes: https://github.com/transloadit/uppy/issues/3378
Antoine du Hamel 3 lat temu
rodzic
commit
e65f2b0397

+ 1 - 0
packages/@uppy/angular/.npmignore

@@ -0,0 +1 @@
+# This file need to be there so .gitignored files are still uploaded to the npm registry.

+ 1 - 0
packages/@uppy/companion/.npmignore

@@ -0,0 +1 @@
+# This file need to be there so .gitignored files are still uploaded to the npm registry.

+ 1 - 0
packages/@uppy/svelte/.npmignore

@@ -0,0 +1 @@
+# This file need to be there so .gitignored files are still uploaded to the npm registry.

+ 1 - 0
packages/@uppy/vue/.npmignore

@@ -0,0 +1 @@
+# This file need to be there so .gitignored files are still uploaded to the npm registry.

+ 1 - 0
packages/uppy/.npmignore

@@ -0,0 +1 @@
+# This file need to be there so .gitignored files are still uploaded to the npm registry.