We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51f150 + 0017da2 commit 51c5620Copy full SHA for 51c5620
.gitattributes
@@ -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