소스 검색

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.