Versionning .godot/imported content for CI to work
This commit is contained in:
parent
552f147f7c
commit
11df53816c
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
#.godot/
|
||||||
Godot.zip
|
Godot.zip
|
||||||
Godot_v4*linux.64.zip
|
Godot_v4*linux.64.zip
|
||||||
Godot_v4*linux.64
|
Godot_v4*linux.64
|
||||||
*.old
|
*.old
|
||||||
|
|
||||||
|
# Changes to version imported subfolder of .godot (commented upward)
|
||||||
|
.godot/editor*/
|
||||||
|
.godot/shader*/
|
||||||
|
.godot/*.bin
|
||||||
|
.godot/\.*
|
||||||
|
|
Loading…
Reference in a new issue