From 4cef5fc968af376fb8f88d45bcb33f0f0311961d Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 16 Apr 2023 15:54:28 -0600 Subject: [PATCH] ignore log file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d907342..14a295a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ -.mypy_cache \ No newline at end of file +.mypy_cache +nextcord.log \ No newline at end of file