2021-01-12 12:42:32 -06:00
|
|
|
# Exclude IDE Files
|
2021-01-12 13:36:52 -06:00
|
|
|
.idea/
|
2021-01-12 12:42:32 -06:00
|
|
|
|
2021-01-12 12:47:30 -06:00
|
|
|
# Exclude VENV
|
2021-01-12 13:36:52 -06:00
|
|
|
venv/
|
|
|
|
|
2021-01-17 11:58:50 -06:00
|
|
|
# Exclude ChatLogs, DataBases and the Config
|
2021-01-12 13:36:52 -06:00
|
|
|
|
2021-01-17 06:41:19 -06:00
|
|
|
chatlogs/
|
2021-01-13 04:45:30 -06:00
|
|
|
db.sqlite3
|
2021-01-21 10:26:20 -06:00
|
|
|
db.sqlite3-shm
|
|
|
|
db.sqlite3-wal
|
2021-01-17 11:58:50 -06:00
|
|
|
config.yml
|