automated commit on 2023-05-01 02:40:53

pull/1/head
Oliphant 2023-05-01 02:40:53 +00:00
rodzic 811acc2ad3
commit 726d1dd7e0
4 zmienionych plików z 4 dodań i 4 usunięć

3
.gitignore vendored
Wyświetl plik

@ -1,6 +1,3 @@
exports/**
logs/**
# used for local secrets and modifications to scripts
secretconfig/**
local/**

Wyświetl plik

@ -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

1
exports/.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1 @@
*.csv

1
logs/.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1 @@
*.log