From 726d1dd7e092fe76aa7ea97744abf828a80e8ecf Mon Sep 17 00:00:00 2001 From: Oliphant Date: Mon, 1 May 2023 02:40:53 +0000 Subject: [PATCH] automated commit on 2023-05-01 02:40:53 --- .gitignore | 3 --- RUNNING.md | 3 ++- exports/.gitignore | 1 + logs/.gitignore | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 exports/.gitignore create mode 100644 logs/.gitignore diff --git a/.gitignore b/.gitignore index c6f7077..767608b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -exports/** -logs/** - # used for local secrets and modifications to scripts secretconfig/** local/** diff --git a/RUNNING.md b/RUNNING.md index 767aa5c..7bac508 100644 --- a/RUNNING.md +++ b/RUNNING.md @@ -8,7 +8,8 @@ python3 -m pip install fediblockhole 2. Clone this Repo ```bash git clone https://codeberg.org/oliphant/blocklists.git /opt/fediblockhole -mkdir -p /opt/fediblockhole/logs && mkdir /opt/fediblockhole/exports +# optional: create folders for local scripts and secret config +# mkdir /opt/fediblockhole/local && mkdir /opt/fediblockhole/secretconfig ``` 3. Execute diff --git a/exports/.gitignore b/exports/.gitignore new file mode 100644 index 0000000..afed073 --- /dev/null +++ b/exports/.gitignore @@ -0,0 +1 @@ +*.csv diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1 @@ +*.log