From 87fdc6b91ea45e9f3c145c3730b9985524f30604 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Mon, 22 Feb 2021 23:48:07 -0500 Subject: [PATCH] Add log to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11e2a47..46b3e76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc -.idea \ No newline at end of file +.idea +Adventure Game/adventure_game/logs/AdventureGame.log