diff options
author | Malfurious <m@lfurio.us> | 2023-04-21 06:39:41 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-04-21 06:39:41 -0400 |
commit | 53091fce91ce03aae208bd0c61ee28830b34387d (patch) | |
tree | db0bccd2db259130e136b607b6796162407bf6a9 /.gitignore | |
parent | 57eaeff00597f8ae6289b935dec0c408e21759ab (diff) | |
download | project-s-53091fce91ce03aae208bd0c61ee28830b34387d.tar.gz project-s-53091fce91ce03aae208bd0c61ee28830b34387d.zip |
Update .gitignore for Godot 4
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,6 +12,7 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json # Blender-specific ignores *.blend[0-9]* |