Update .gitignores

* Add .gitignore to individual data directories, so they can manage
  their own ignored files
* Remove redundant ignored patterns from the root .gitignore that is now
  handled by these individual gitignores (see previous note)
* Remove pickle files from .gitignore since those aren't being used by
  any plugin anymore

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-03-30 20:25:09 -07:00
parent 5aa282143e
commit 5165bf3f2c
3 changed files with 4 additions and 5 deletions

2
data/wordbot/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Database
*.db