docs: establish MVP safety and prototype baseline

This commit is contained in:
QiuSW
2026-08-03 12:13:39 +08:00
commit dfe3d56428
31 changed files with 3513 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 强制所有文本文件在仓库和检出时统一用 LF,避免 Windows 编辑器/工具把行尾
# 存成 CRLF,导致每次 diff 满屏“全文件改动”淹没真实改动。
* text=auto eol=lf
# 二进制文件不做行尾转换(防御性)。
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary