From 0d392e1de8ab2427ea405cc7de230c34858a2ea0 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Wed, 9 Jun 2021 04:12:56 +0000 Subject: [PATCH] update gitignore to defatault location for config file (cherry picked from commit 52a76dca3b2e5a98d0aa7b3f79cf937a1d16f739) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48ec0a4..9088edc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ mystic.egg-info/ pyvenv.cfg __pycache__ database.db -/config.cfg +mystic/config.cfg .coverage dist/ keys/ -- GitLab