2012-05-16 08:58:30 -04:00
|
|
|
# THIS IS ONLY FOR THE gitattributes REPOSITORY.
|
|
|
|
# Handle line endings automatically for files detected as text
|
|
|
|
# and leave all files detected as binary untouched.
|
2019-04-19 20:35:18 -04:00
|
|
|
* text=auto
|
2012-05-16 08:58:30 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# The above will handle all files NOT found below
|
|
|
|
#
|
|
|
|
# These files are text and should be normalized (Convert crlf => lf)
|
2012-06-25 09:39:27 -04:00
|
|
|
*.gitattributes text
|
2019-04-19 20:35:18 -04:00
|
|
|
.gitignore text
|
2021-03-23 01:02:16 -04:00
|
|
|
*.md text diff=markdown
|
2019-04-19 20:35:18 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Exclude files from exporting
|
|
|
|
#
|
|
|
|
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2020-01-07 07:31:47 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# Enable syntax highlighting for files with `.gitattributes` extensions.
|
|
|
|
#
|
|
|
|
*.gitattributes linguist-language=gitattributes
|
2023-08-25 19:11:36 -04:00
|
|
|
*.gitattributes linguist-detectable=true
|
|
|
|
*.gitattributes linguist-documentation=false
|