From d0b7c875571b57d02cb394e17649ac6fabe5ee94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Mart=C3=ADnez=20Palacio?= Date: Mon, 14 Oct 2024 13:32:22 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 151bf52..aec8d51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Godot 4+ specific ignores .godot/ -*.tmp \ No newline at end of file +*.tmp +*.zip +dist/ +build/ \ No newline at end of file