From b7624526a3119e676950c1bee9d00ddf48902d03 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 3 Jun 2023 02:39:43 +0200 Subject: [PATCH] .gitignore the game/addons, and the gdnative_python folders. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b29ba65..a08c6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ logs/* __pycache__/** -cpp/gdnative_cpp/ +game/addons/ +gdnative_python/ *.pyc