Add .godot/ folder to Godot.gitignore for Godot 4
This commit is contained in:
parent
b2ccc4644b
commit
20fdee2f41
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4+ specific ignores
|
||||||
|
.godot/
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
@ -9,3 +12,4 @@ export_presets.cfg
|
|||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
data_*/
|
data_*/
|
||||||
|
mono_crash.*.json
|
||||||
|
Loading…
Reference in New Issue
Block a user