From d3050e99ed17b912d1fee49e84cc3cd2236d1a5b Mon Sep 17 00:00:00 2001 From: Sebastian Dieguez Date: Fri, 20 Jul 2018 06:51:53 -0300 Subject: [PATCH] changing git ignoring for the game folder --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ba45ca4..63d9f17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # Godot-specific ignores -.import/ -export.cfg -export_presets.cfg +game/.import/ +game/export.cfg +game/export_presets.cfg # Mono-specific ignores -.mono/ +game/.mono/