From 1416aa42797615feea554978c9b6d5298f25a473 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 7 Sep 2022 23:45:34 +0200 Subject: [PATCH] Ignore dev config --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..5e24060 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,5 @@ 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/ + +config.yaml