update gitattributes

This commit is contained in:
Asif Bacchus 2021-01-07 14:33:13 -07:00
parent 5132e6f2e2
commit 77b1b74df3
1 changed files with 7 additions and 5 deletions

12
.gitattributes vendored
View File

@ -10,8 +10,8 @@
# Documents # Documents
*.bibtex text diff=bibtex *.bibtex text diff=bibtex
*.doc diff=astextplain *.doc diff=astextplain
*.DOC diff=astextplain *.DOC diff=astextplain
*.docx diff=astextplain *.docx diff=astextplain
*.DOCX diff=astextplain *.DOCX diff=astextplain
*.dot diff=astextplain *.dot diff=astextplain
@ -19,8 +19,8 @@
*.pdf diff=astextplain *.pdf diff=astextplain
*.PDF diff=astextplain *.PDF diff=astextplain
*.rtf diff=astextplain *.rtf diff=astextplain
*.RTF diff=astextplain *.RTF diff=astextplain
*.md text *.md text eol=lf
*.tex text diff=tex *.tex text diff=tex
*.adoc text *.adoc text
*.textile text *.textile text
@ -68,6 +68,9 @@
*.tar binary *.tar binary
*.zip binary *.zip binary
# nginx files
*.conf text eol=lf
# #
# Exclude files from exporting # Exclude files from exporting
# #
@ -75,4 +78,3 @@
.gitattributes export-ignore .gitattributes export-ignore
.gitignore export-ignore .gitignore export-ignore
.vscode/* export-ignore .vscode/* export-ignore
build/* export-ignore