cursor Init 完善多人协同changelog,以及godot相关基础skill和代码规范
This commit is contained in:
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Changelog 视图由多个 fragment 生成;并行分支合并时保留双方新增行。
|
||||
.cursor/changelog/changelog-full.md text eol=lf merge=union
|
||||
.cursor/changelog/changelog-headlines.md text eol=lf merge=union
|
||||
.cursor/changelog/changelog-recent.md text eol=lf merge=union
|
||||
.cursor/changelog/changelog-by-author.md text eol=lf merge=union
|
||||
|
||||
# 跨平台脚本、配置、文档和 Godot 文本资源统一使用 LF。
|
||||
*.ps1 text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.py text eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.mdc text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.toml text eol=lf
|
||||
*.cfg text eol=lf
|
||||
*.gd text eol=lf
|
||||
*.gdshader text eol=lf
|
||||
*.tscn text eol=lf
|
||||
*.tres text eol=lf
|
||||
*.uid text eol=lf
|
||||
*.import text eol=lf
|
||||
project.godot text eol=lf
|
||||
Reference in New Issue
Block a user