Ignore data directories and existing files only

This commit modfies the gitignore in such a way to ignore the data
directory, and supposes in the future a new data directory for users,
named 'users' will be created.

This commit furthermore removes gitignores for certain files that don't
exist in this git repository but existed in the repository this
repository's been based of.
master
jmjl 2023-09-01 12:13:46 +00:00
parent e6054e713d
commit 37812b90f7
1 changed files with 5 additions and 12 deletions

17
.gitignore vendored
View File

@ -1,14 +1,7 @@
venv/
*.log
__pycache__/
config.json
data/
json/
users/
__pycache__/
doctorow_ebooks.txt
.indexme
*.swp
*.log
config.ini
config.json
plugins/pronouns.json
plugins/ebooks/
optout
secrets.toml
venv/