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
parent
e6054e713d
commit
37812b90f7
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue