Commit Graph

6 Commits

Author SHA1 Message Date
5165bf3f2c 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>
2024-03-30 20:25:09 -07:00
3ac312db6d markov: Update gitignore to allow db.sql to be added
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-23 14:34:23 -07:00
44f0f8a79f Add data/markov/ dir to .gitignore
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-27 19:16:44 -07:00
1bcfae171a Add .pkl files to .gitignore
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-24 20:31:59 -07:00
2504dfeee6 Fix gitignore
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 20:54:41 -07:00
a901c2351a Initial commit with functional framework(!) and example plugin
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 18:47:28 -07:00