1 parent 89e5edf commit ac8b6f4Copy full SHA for ac8b6f4
1 file changed
.gitattributes
@@ -2,3 +2,20 @@
2
# 多个并发 PR 向 [Unreleased] 末尾追加条目时,Git 直接取两边所有行而不产生冲突标记。
3
# 适用于 append-only 的 changelog 文件。
4
docs/CHANGELOG.md merge=union
5
+
6
+# Documentation image/design assets are binary. Keep GitHub review diffs from
7
+# trying to decode moved binary files as UTF-8.
8
+sources/**/*.ai binary
9
+sources/**/*.gif binary
10
+sources/**/*.ico binary
11
+sources/**/*.jpg binary
12
+sources/**/*.jpeg binary
13
+sources/**/*.png binary
14
+sources/**/*.psd binary
15
+docs/assets/**/*.ai binary
16
+docs/assets/**/*.gif binary
17
+docs/assets/**/*.ico binary
18
+docs/assets/**/*.jpg binary
19
+docs/assets/**/*.jpeg binary
20
+docs/assets/**/*.png binary
21
+docs/assets/**/*.psd binary
0 commit comments