From 5ceb8f775a3f57524254673a01ad5ecb6d94c544 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:29:38 +0100 Subject: [PATCH] config.toml added to gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a639e05..3c535ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# quick test -quick.py - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -153,3 +150,9 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# quick test +quick.py + +#config +config.toml \ No newline at end of file