Merge remote-tracking branch 'origin/update-gitignore'
This commit is contained in:
commit
2ef954a8c7
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,4 +1,15 @@
|
||||
*.pyc
|
||||
# Backup files
|
||||
*~
|
||||
#*#
|
||||
.sw[a-p]
|
||||
|
||||
# Python compiled files
|
||||
__pycache__/
|
||||
*.py[co]
|
||||
*.sqlite3
|
||||
|
||||
# Config files
|
||||
botconfig.py
|
||||
|
||||
# Log files
|
||||
errors.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user