[gitignore] Add BotBase/config.py to ignore file

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2020-08-18 20:03:06 +08:00 committed by GitHub
parent 490aad08e3
commit bb2b3559f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

@ -129,13 +129,14 @@ dmypy.json
.pyre/
# SQlite3 database and session files
database.db
*.session
*.session-journal
# Virtual Environment
# config file
BotBase/config.py
# virtualenv
BotEnv
BotEnv/
BotEnv/*
BotEnv/*