From d2ffd7c39a4f66786c426d108bfb6f7ce797a920 Mon Sep 17 00:00:00 2001 From: Diana Date: Sat, 10 Feb 2024 20:22:56 +0000 Subject: [PATCH] Add ignore rule for shell configs and update README.md Signed-off-by: Diana --- .gitignore | 3 +++ README.md | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index deb24c9..89a0f39 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,9 @@ cloudflare.ini # ignore docker compose *compose*.yaml +# ignore shell configs +*.config + ### OS generated files ### # mac files diff --git a/README.md b/README.md index 0309a46..8b39df6 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ If you would like to contribute to the project, please navigate to the [Bot-O-Ca ## Running the bot standalone (Optional) -You can run the bot standalone with the following dockerfile: +You can run the bot standalone with the following options: + +### Dockerfile + +Using the below dockerfile