Skip to content

Commit 0017da2

Browse files
Add gitattributes file
1 parent 605fb3b commit 0017da2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitattributes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# THIS IS ONLY FOR THE gitattributes REPOSITORY.
2+
# Handle line endings automatically for files detected as text
3+
# and leave all files detected as binary untouched.
4+
* text=auto
5+
6+
#
7+
# The above will handle all files NOT found below
8+
#
9+
# These files are text and should be normalized (Convert crlf => lf)
10+
*.gitattributes text
11+
.gitignore text
12+
*.md text diff=markdown
13+
14+
#
15+
# Exclude files from exporting
16+
#
17+
18+
.gitattributes export-ignore
19+
.gitignore export-ignore
20+
.github export-ignore
21+
22+
#
23+
# Enable syntax highlighting for files with `.gitattributes` extensions.
24+
#
25+
*.gitattributes linguist-language=gitattributes

0 commit comments

Comments
 (0)