- added folder deleted to gitignore

- readme extended
This commit is contained in:
Flummi 2022-05-22 04:15:26 +00:00
parent c6fbe956a0
commit 17c029e6da
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,7 @@ config.json
public/b
public/ca
public/t
deleted/b
deleted/ca
deleted/t
tmp/*

View File

@ -22,7 +22,7 @@ cd f0ckv2
#(for developers: git checkout dev)
npm i
psql f0ck < f0ck.sql
mkdir -p public/ca
mkdir -p public/ca deleted/{ca,b,t}
cp config_example.json config.json
- edit config.json
- set up clients, as described here: https://git.lat/keinBot/cuffeo