We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68185f4 commit 6c62c48Copy full SHA for 6c62c48
.gitattributes
@@ -0,0 +1,40 @@
1
+# Set the default behavior, in case users don't have core.autocrlf set
2
+* text=auto
3
+
4
+# Files that should always be normalized and converted to native line
5
+# endings on checkout.
6
+*.js text
7
+*.json text
8
+*.htm text
9
+*.html text
10
+*.svg text
11
+*.txt text
12
+*.xml text
13
+*.xsl text
14
+*.dtd text
15
+*.css text
16
+*.rest text
17
+*.rst text
18
+*.md text
19
+*.php text
20
+*.phps text
21
+*.inc text
22
+*.sh text
23
+*.bat text
24
+*.styl text
25
+*.less text
26
+Makefile text
27
+README text
28
+CHANGELOG text
29
+LICENSE text
30
+INSTALL text
31
+BUILD text
32
33
+# Files that are truly binary and should not be modified
34
+*.png binary
35
+*.jpg binary
36
+*.jpeg binary
37
+*.gif binary
38
+*.jar binary
39
+*.zip binary
40
+*.psd binary
0 commit comments