From 6c59fa71d60dd14cdfbed1658cf2516b1a0bfbe7 Mon Sep 17 00:00:00 2001 From: Shahrad Rezaei Date: Fri, 23 Oct 2020 12:48:34 -0400 Subject: [PATCH] fix(git): bump .gitattributes file version Update the .gitattributes file to match the latest changes in the alexkaratarakis/gitattributes GitHub repository. Specifically, the following two commits were added since this the file was first included in this project: - alexkaratarakis/gitattributes@c198741 Exclude .gitkeep files from exports - alexkaratarakis/gitattributes@f017637 Normalize tabs to space --- .gitattributes | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0eb0d4e..09959c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,16 +32,16 @@ # Documents *.bibtex text diff=bibtex -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain *.md text *.tex text diff=tex *.adoc text @@ -100,3 +100,4 @@ .gitattributes export-ignore .gitignore export-ignore +.gitkeep export-ignore