update: 更新到godot4.4.1,并大量重构代码
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -16,13 +16,14 @@ data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# MyProject specific ignores
|
||||
.*/
|
||||
.vscode/
|
||||
.vs/
|
||||
android/
|
||||
Bin/
|
||||
bin/
|
||||
*.aseprite
|
||||
*.csproj
|
||||
*.csproj.old
|
||||
*.sln
|
||||
*.error
|
||||
*.key*
|
||||
@ -34,3 +35,7 @@ bin/
|
||||
# Test files
|
||||
Test/bin
|
||||
Test/obj
|
||||
|
||||
# temp ignores
|
||||
Lang/*
|
||||
*.zip
|
||||
|
Reference in New Issue
Block a user