From 747c578abb56f6f9e2baf5e5088a1d4ce7a08dfe Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:18:57 +1000 Subject: [PATCH] set sh files as executable --- .gitattributes | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7353bc3..86a3b88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ *.DOCX diff=astextplain *.dot diff=astextplain *.DOT diff=astextplain +*.epub diff=astextplain *.pdf diff=astextplain *.PDF diff=astextplain *.rtf diff=astextplain @@ -25,15 +26,11 @@ *.adoc text *.textile text *.mustache text -*.csv text eol=crlf *.tab text *.tsv text *.txt text *.sql text -*.epub diff=astextplain -*.dsc text eol=crlf -*.dsp text eol=crlf -*.ini text eol=crlf +*.csv text eol=crlf # Graphics *.png binary @@ -43,17 +40,19 @@ *.tif binary *.tiff binary *.ico binary +*.eps binary # SVG treated as text by default. *.svg text # If you want to treat it as binary, # use the following line instead. # *.svg binary -*.eps binary # Scripts *.bash text eol=lf *.fish text eol=lf *.ksh text eol=lf +*.py text eol=lf +*.php text eol=lf *.sh text eol=lf *.zsh text eol=lf # These are explicitly windows files and should use crlf @@ -61,6 +60,14 @@ *.cmd text eol=crlf *.ps1 text eol=crlf +# Visual Dialog Script +*.dsc text eol=crlf +*.dsp text eol=crlf + +# Config files +*.ini text eol=crlf +*.conf text eol=lf + # Serialisation *.json text *.toml text