From 217ea99717d30c08faea0830620114fd4681e955 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 4 Sep 2021 13:37:21 -0600 Subject: [PATCH] godot tutorial ignore build folder --- projects/godot-squash-the-creeps-3d/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/godot-squash-the-creeps-3d/.gitignore b/projects/godot-squash-the-creeps-3d/.gitignore index a18dabfb..8901a869 100644 --- a/projects/godot-squash-the-creeps-3d/.gitignore +++ b/projects/godot-squash-the-creeps-3d/.gitignore @@ -8,4 +8,6 @@ export_presets.cfg # Mono-specific ignores .mono/ -data_*/ \ No newline at end of file +data_*/ + +build/ \ No newline at end of file