Skip to content

Commit ac8b6f4

Browse files
committed
fix: mark moved docs assets as binary
1 parent 89e5edf commit ac8b6f4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,20 @@
22
# 多个并发 PR 向 [Unreleased] 末尾追加条目时,Git 直接取两边所有行而不产生冲突标记。
33
# 适用于 append-only 的 changelog 文件。
44
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

Comments
 (0)