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/27 11:45:17 UTC

[cordova-plugin-media] branch master updated (b0ed6bd -> 5244c4a)

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

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


    from b0ed6bd  ci(travis): Update Travis CI configuration for new paramedic (#227)
     new aa1586d  build: add `.npmignore` to remove unneeded files from npm package
     new 5244c4a  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes |  1 +
 .npmignore     | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .npmignore


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


[cordova-plugin-media] 02/02: build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)

Posted by ja...@apache.org.
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-media.git

commit 5244c4a6ccec46b8eb3a1b1e5cdeb83918902171
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 13:45:03 2019 +0200

    build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..07764a7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text eol=lf
\ No newline at end of file


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


[cordova-plugin-media] 01/02: build: add `.npmignore` to remove unneeded files from npm package

Posted by ja...@apache.org.
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-media.git

commit aa1586d0a56205d73c83074265548a32acf4c6df
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 13:44:49 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