From dfbbea1903c4d833cc6ae6519fb224eea2bd8774 Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Wed, 2 Aug 2023 23:21:42 +0200 Subject: [PATCH] Add all build folders to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e361097..916b5b1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # Godot 4+ specific ignores .godot/ /[Bb]uild/ +*_build/ /[Oo]utput/ /[Cc]ache/ # Godot-specific ignores