Преглед на файлове

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 години
родител
ревизия
e65f2b0397
променени са 5 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 1 0
      packages/@uppy/angular/.npmignore
  2. 1 0
      packages/@uppy/companion/.npmignore
  3. 1 0
      packages/@uppy/svelte/.npmignore
  4. 1 0
      packages/@uppy/vue/.npmignore
  5. 1 0
      packages/uppy/.npmignore

+ 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.