chore: 初始化Godot项目基础配置文件

添加了.editorconfig、.gitignore、.gitattributes配置文件,创建项目主配置和项目图标文件
This commit is contained in:
2026-07-30 18:56:59 +08:00
parent dec881d309
commit e1771bb506
6 changed files with 78 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf