You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/07 19:39:23 UTC

[cordova-plugin-device] 02/04: build: add .npmignore to remove unneeded files from npm package

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git

commit 8dbe703230a71d2c5d71427b66781558e7e8bed0
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jun 7 21:27:34 2019 +0200

    build: add .npmignore to remove unneeded files from npm package
---
 .npmignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..d71cbd7
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,16 @@
+# CI service configurations
+.travis.yml
+.appveyor.yml
+appveyor.yml
+
+# Testing, code coverage, and linting
+.eslintignore
+.eslintrc.yml
+
+# Git
+.git
+.gitattributes
+.gitignore
+
+# Github
+.github


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org