From 77b1b74df35c2246437cf7765a1896a23efa1e75 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 Jan 2021 14:33:13 -0700 Subject: [PATCH] update gitattributes --- .gitattributes | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6f1bdee..a6254c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,8 +10,8 @@ # Documents *.bibtex text diff=bibtex -*.doc diff=astextplain -*.DOC diff=astextplain +*.doc diff=astextplain +*.DOC diff=astextplain *.docx diff=astextplain *.DOCX diff=astextplain *.dot diff=astextplain @@ -19,8 +19,8 @@ *.pdf diff=astextplain *.PDF diff=astextplain *.rtf diff=astextplain -*.RTF diff=astextplain -*.md text +*.RTF diff=astextplain +*.md text eol=lf *.tex text diff=tex *.adoc text *.textile text @@ -68,6 +68,9 @@ *.tar binary *.zip binary +# nginx files +*.conf text eol=lf + # # Exclude files from exporting # @@ -75,4 +78,3 @@ .gitattributes export-ignore .gitignore export-ignore .vscode/* export-ignore -build/* export-ignore