From 24bd65a35849cecbc2f2f1b01603809b11e859c9 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Mon, 16 Dec 2024 11:01:40 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..41db137 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +* text=auto eol=lf + +*.blade.php diff=html +*.css diff=css +*.html diff=html +*.md diff=markdown +# better diffs https://php.watch/articles/composer-gitattributes#diff-php +*.php diff=php + +/.github export-ignore +/resources export-ignore + +*.css linguist-vendored +*.js linguist-vendored +*.php eol=lf +*.md text eol=lf + +/composer.lock -merge + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.gif binary