Update .gitignore
This commit is contained in:
parent
ed62cbbfc9
commit
673e74ce05
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,4 +1,14 @@
|
|||||||
*.pyc
|
# Backup files
|
||||||
|
*~
|
||||||
|
#*#
|
||||||
|
.sw[a-p]
|
||||||
|
|
||||||
|
# Python compiled files
|
||||||
|
*.py[co]
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
|
# Config files
|
||||||
botconfig.py
|
botconfig.py
|
||||||
|
|
||||||
|
# Log files
|
||||||
errors.log
|
errors.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user