Skip to content

Commit 05e197a

Browse files
committed
chore: add .xml and .quartz files
1 parent 7f3f7e4 commit 05e197a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitattributes

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,21 @@
2929
*.toml text
3030
*.tex text diff=tex
3131
*.txt text
32+
*.xml text diff=xml
3233
*.yaml text merge=yaml
3334
*.yml text merge=yaml
3435

3536
# RC files like .babelrc, .eslintrc, etc.
3637
*.*rc text
3738

39+
# This avoids compatibility issues between Windows and Mac.
40+
*.csv text eol=crlf
41+
3842
LICENSE text
3943
Makefile text
4044

41-
*.gitattributes text
4245
*.*ignore text
46+
*.gitattributes text
4347
.gitconfig text
4448

4549
# Interpretation of common binary files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -65,7 +69,7 @@ Makefile text
6569
*.xls binary
6670
*.zip binary
6771

68-
# Special case for CSV files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69-
# This avoids compatibility issues between Windows and Mac.
72+
# Interpretation of Mac-specific files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7073

71-
*.csv text eol=crlf
74+
*.quartz text diff=xml
75+
*.shortcut binary

0 commit comments

Comments
 (0)