From 9280278ca7b3d6ddfda81d6b825cd6274a1e24ca Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Wed, 30 Mar 2022 01:38:22 -0400 Subject: [PATCH] Ignore the new `./logs` directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b86d23a..68f8cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ **/._.DS_Store *.log *.ini +**/logs/* \ No newline at end of file