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/28 21:12:04 UTC

[cordova-plugin-inappbrowser] branch master updated: build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)

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-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new 91df938  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
91df938 is described below

commit 91df938e6c16d19b2d6353f165d0662a73921886
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jun 28 23:11:31 2019 +0200

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

diff --git a/.gitattributes b/.gitattributes
index 07764a7..dfbd1e5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,26 @@
-* text eol=lf
\ No newline at end of file
+* text eol=lf
+
+#
+## These files are binary and should be left untouched
+#
+
+# (binary is a macro for -text -diff)
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.ico binary
+*.mov binary
+*.mp4 binary
+*.mp3 binary
+*.flv binary
+*.fla binary
+*.swf binary
+*.gz binary
+*.zip binary
+*.7z binary
+*.ttf binary
+*.eot binary
+*.woff binary
+*.pyc binary
+*.pdf binary
\ 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