File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 29
29
* .toml text
30
30
* .tex text diff =tex
31
31
* .txt text
32
+ * .xml text diff =xml
32
33
* .yaml text merge =yaml
33
34
* .yml text merge =yaml
34
35
35
36
# RC files like .babelrc, .eslintrc, etc.
36
37
* . * rc text
37
38
39
+ # This avoids compatibility issues between Windows and Mac.
40
+ * .csv text eol =crlf
41
+
38
42
LICENSE text
39
43
Makefile text
40
44
41
- * .gitattributes text
42
45
* . * ignore text
46
+ * .gitattributes text
43
47
.gitconfig text
44
48
45
49
# Interpretation of common binary files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -65,7 +69,7 @@ Makefile text
65
69
* .xls binary
66
70
* .zip binary
67
71
68
- # Special case for CSV files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
- # This avoids compatibility issues between Windows and Mac.
72
+ # Interpretation of Mac-specific files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
73
71
- * .csv text eol =crlf
74
+ * .quartz text diff =xml
75
+ * .shortcut binary
You can’t perform that action at this time.
0 commit comments