update gitignore with boilerplate
This commit is contained in:
parent
3efb5657b4
commit
df1bd46308
|
|
@ -1,3 +1,10 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
|
.import/
|
||||||
|
*.import
|
||||||
.godot/
|
.godot/
|
||||||
|
export_presets.cfg
|
||||||
|
*.translation
|
||||||
|
|
||||||
|
# OS-specific
|
||||||
|
.DS_Store
|
||||||
/android/
|
/android/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue