Template and Runtime Commit
Includes the godot runtime and the project files from the Match3 template.
This commit is contained in:
parent
1f18527c58
commit
978769d657
26 changed files with 638 additions and 0 deletions
16
project/.gitignore
vendored
Normal file
16
project/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
icon.png.import
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
Loading…
Add table
Add a link
Reference in a new issue