Update .gitignore

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

8
.gitignore vendored
View file

@ -7,5 +7,11 @@ venv/
pluralkit.conf
pluralkit.*.conf
#ignores the __init__.py files they are blank and create unneeded writes to disks, with one exeception
#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