From 481b92d7d1428959ebba4f184227f65f5c2f7ddb Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 7 Sep 2023 12:41:42 +0300 Subject: [PATCH] rename config --- .gitignore | 3 ++- app.cfg => app.cfg.example | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename app.cfg => app.cfg.example (100%) diff --git a/.gitignore b/.gitignore index 3232844..8c285b6 100644 --- a/.gitignore +++ b/.gitignore @@ -289,4 +289,5 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python,pycharm app.cfg.* -!vendor/**/* \ No newline at end of file +!vendor/**/* +!app.cfg.example \ No newline at end of file diff --git a/app.cfg b/app.cfg.example similarity index 100% rename from app.cfg rename to app.cfg.example