refactor: 修改计划

This commit is contained in:
2026-04-07 19:36:15 +08:00
parent 98a32b0c1a
commit 6752c99e5c
2 changed files with 58 additions and 56 deletions
+25
View File
@@ -0,0 +1,25 @@
# Git line ending configuration
# Ensure consistent line endings across platforms
# Set all files to use LF by default (Unix-style)
* text=auto
# Force LF for markdown files
*.md text eol=lf
# Force LF for other text files
*.txt text eol=lf
*.mdwn text eol=lf
*.markdown text eol=lf
# Binary files should not be converted
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.7z binary
*.tar binary
*.gz binary