From b7f177b2210e3ef40f017624a31f078b67172a97 Mon Sep 17 00:00:00 2001 From: Daniel Inkpen Date: Wed, 9 Nov 2022 21:57:02 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 91e2a6a..7652045 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg export/ +export_presets.cfg + +# Dummy HTML5 export presets file for continuous integration +!.github/dist/export_presets.cfg # Mono-specific ignores .mono/ @@ -28,3 +35,11 @@ test/test_metadata.json .gdxterm docs/demo docs/logs + +# Imported translations (automatically generated from CSV files) +*.translation + +# System/tool-specific ignores +.directory +.DS_Store +*~