first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# 确保脚本文件使用Unix换行符(LF)
|
||||
*.sh text eol=lf
|
||||
entrypoint.sh text eol=lf
|
||||
|
||||
# 确保Windows批处理文件使用Windows换行符(CRLF)
|
||||
*.bat text eol=crlf
|
||||
|
||||
# 确保Python文件使用Unix换行符(LF)
|
||||
*.py text eol=lf
|
||||
|
||||
# 确保前端文件使用Unix换行符(LF)
|
||||
*.js text eol=lf
|
||||
*.html text eol=lf
|
||||
*.css text eol=lf
|
||||
|
||||
# 确保配置文件使用Unix换行符(LF)
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.json text eol=lf
|
||||
*.conf text eol=lf
|
||||
|
||||
# 确保文档文件使用Unix换行符(LF)
|
||||
*.md text eol=lf
|
||||
*.txt text eol=lf
|
||||
|
||||
# 二进制文件
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.db binary
|
||||
*.sqlite binary
|
||||
*.sqlite3 binary
|
||||
Reference in New Issue
Block a user