From 7c08c2458fd123b201f826fe0c30b39c8811bf24 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sat, 4 May 2024 15:34:37 -0400 Subject: [PATCH] dev: adjust gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4bb440e5f66..abcf8ea904d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,10 @@ syntax: glob # logs and logs rotation *.log *.log.* +*/gamelogs +*/gamelogsJson # Mage.Client -Mage.Client/gamelogs -Mage.Client/gamelogsJson Mage.Client/plugins/images Mage.Client/plugins/plugin.data # TODO: must save serverlist.txt to temporary files, not root folder @@ -38,6 +38,7 @@ Utils/*implemented.txt # dev environments, IDE and OS # IntelliJ IDEA .idea +*.iml # Visual Studio Code .vscode .history @@ -57,4 +58,4 @@ Utils/*implemented.txt # build tools mage-bundle.zip -.env \ No newline at end of file +.env