diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-09-29 03:55:16 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-05-16 15:46:38 -0400 |
commit | 20fdee2f41e4654b83910954a789359456cb4afa (patch) | |
tree | 0b31cd5ea6b889700b995067a10bdabea046ccc5 | |
parent | b2ccc4644b997fa2e86da5ae37f3b053c39f3d7b (diff) | |
download | gitignore-20fdee2f41e4654b83910954a789359456cb4afa.tar.gz gitignore-20fdee2f41e4654b83910954a789359456cb4afa.zip |
Add .godot/ folder to Godot.gitignore for Godot 4
-rw-r--r-- | Godot.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Godot.gitignore b/Godot.gitignore index 4f48ad79..d9aac213 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json |