From b668061d549361cc0d356a7a7d44dfbd720f5123 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 10 Jul 2024 11:36:35 -0500 Subject: [PATCH] Updating gitattributes --- .gitattributes | 60 ++++++++++++++++++++++++++++++++++++++ _update_canonical_links.sh | 0 2 files changed, 60 insertions(+) create mode 100644 .gitattributes mode change 100644 => 100755 _update_canonical_links.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..28ecad0f6e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +# Shell Scripts +*.bat eol=crlf +*.sh eol=lf + +# Sources +*.groovy eol=lf +*.java eol=lf + +# Configuration +*.dtd eol=lf +*.ini eol=lf +*.json eol=lf +*.mod eol=lf +*.properties eol=lf +*.sql eol=lf +*.xsl eol=lf +*.xslt eol=lf +*.xml eol=lf +*.yaml eol=lf +*.yml eol=lf + +# Text / Documentation +*.adoc eol=lf +*.dot eol=lf +*.txt eol=lf +*.TXT eol=lf +*.md eol=lf +*.pdf binary + +# Web +*.gif binary +*.htm eol=lf +*.html eol=lf +*.ico binary +*.jar binary +*.jpg binary +*.jpeg binary +*.js eol=lf +*.jsp eol=lf +*.jspf eol=lf +*.png binary +*.svg eol=lf +*.svgz binary +*.tga binary +*.tif binary +*.tiff binary +*.ttf binary +*.war binary + +# Build Files +Jenkinsfile eol=lf + +# Binaries +*.raw binary +*.gz binary +*.zip binary +*.br binary +*.brotli binary +*.bz2 binary + diff --git a/_update_canonical_links.sh b/_update_canonical_links.sh old mode 100644 new mode 100755