feat: updated gitignore
This commit is contained in:
parent
9f7dd2509d
commit
75736b2528
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
|
godot/build/
|
||||||
|
|
||||||
# Ignore library files but not the gdextension file
|
# Ignore library files but not the gdextension file
|
||||||
|
bin/
|
||||||
godot/bin/*
|
godot/bin/*
|
||||||
!godot/bin/android
|
!godot/bin/android
|
||||||
godot/bin/android/*
|
godot/bin/android/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue