From ad89c030453f2cfc5a1a2b768338c038add1e32d Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 27 May 2020 01:13:20 +0300 Subject: [PATCH] Rename things --- .gitignore | 3 +-- config.example.own => main.example.own | 2 +- redditimages2telegram.own => redditimages.own | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename config.example.own => main.example.own (80%) rename redditimages2telegram.own => redditimages.own (100%) diff --git a/.gitignore b/.gitignore index 10b8d57..1b76689 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ own-modules -config.own -config_*.own +main_*.own redditimages.db \ No newline at end of file diff --git a/config.example.own b/main.example.own similarity index 80% rename from config.example.own rename to main.example.own index df5f1e0..01d50f4 100644 --- a/config.example.own +++ b/main.example.own @@ -7,4 +7,4 @@ config = { ] } -include "redditimages2telegram.own" \ No newline at end of file +include "redditimages.own" \ No newline at end of file diff --git a/redditimages2telegram.own b/redditimages.own similarity index 100% rename from redditimages2telegram.own rename to redditimages.own