From ab15e92df2ea695ca54f5d601989f8bdd3435b17 Mon Sep 17 00:00:00 2001 From: Ngozi Date: Mon, 1 Jun 2026 15:55:10 +0100 Subject: [PATCH] Ignore Windows export files --- Godot.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index d872c410be..d288825b8c 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -18,3 +18,7 @@ export_credentials.cfg .mono/ data_*/ mono_crash.*.json + +# Export outputs +*.exe +*.pck