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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,10 +1,5 @@
|
||||
# Don't add production config.toml to the repo
|
||||
config.toml
|
||||
# Ignore markov data (default path)
|
||||
data/markov/markov.db
|
||||
|
||||
# Pickle files
|
||||
*.pkl
|
||||
|
||||
### Python ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
2
data/markov/.gitignore
vendored
Normal file
2
data/markov/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Databases
|
||||
*.db
|
||||
2
data/wordbot/.gitignore
vendored
Normal file
2
data/wordbot/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Database
|
||||
*.db
|
||||
Reference in New Issue
Block a user