From ff690915181c03ffa823e21ed28c84b72de80ed3 Mon Sep 17 00:00:00 2001 From: Martin Majewski Date: Fri, 24 Jan 2025 16:13:17 +0100 Subject: [PATCH] Ignore built Godot.app package Following the "compiling for mac" tutorial one will eventually end with a Godot.app package inside the repo folder. To prevent it from being tracked by git, it has been added to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 22a1d53a8791..2c3bf742ba2e 100644 --- a/.gitignore +++ b/.gitignore @@ -363,6 +363,7 @@ cpp.hint # macOS .DS_Store __MACOSX +Godot.app # Windows # https://github.com/github/gitignore/blob/main/Global/Windows.gitignore