Update .gitignore

This commit is contained in:
baby-princess 2019-05-08 21:13:20 +00:00 committed by GitHub
parent 9543e05cec
commit 136bce4fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.gitignore vendored
View file

@ -6,12 +6,3 @@ venv/
*.pyc
pluralkit.conf
pluralkit.*.conf
#ignores the __init__.py files they are blank and create unneeded writes to disks, with the expection of
# src/pluralkit/bot/commands/__init__.py
# and
# src/pluralkit/bot/__init__.py
*__init__.py
!/src/pluralkit/bot/commands/__init__.py
!src/pluralkit/bot/__init__.py