feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
12
engine/.gitignore
vendored
12
engine/.gitignore
vendored
|
|
@ -36,8 +36,8 @@ compile_commands.json
|
|||
platform/windows/godot_res.res
|
||||
|
||||
# Ninja build files
|
||||
build.ninja
|
||||
.ninja
|
||||
*.ninja
|
||||
.ninja/
|
||||
run_ninja_env.bat
|
||||
|
||||
# Generated by Godot binary
|
||||
|
|
@ -77,6 +77,9 @@ venv
|
|||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Python modules
|
||||
.*_cache/
|
||||
|
||||
# Documentation
|
||||
doc/_build/
|
||||
|
||||
|
|
@ -164,9 +167,6 @@ gmon.out
|
|||
# Kdevelop
|
||||
*.kdev4
|
||||
|
||||
# Mypy
|
||||
.mypy_cache
|
||||
|
||||
# Qt Creator
|
||||
*.config
|
||||
*.creator
|
||||
|
|
@ -216,6 +216,7 @@ xcuserdata/
|
|||
*.xcscmblueprint
|
||||
*.xccheckout
|
||||
*.xcodeproj/*
|
||||
!misc/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
|
||||
|
||||
##############################
|
||||
### Visual Studio specific ###
|
||||
|
|
@ -362,6 +363,7 @@ cpp.hint
|
|||
# macOS
|
||||
.DS_Store
|
||||
__MACOSX
|
||||
Godot.app
|
||||
|
||||
# Windows
|
||||
# https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue