mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
Update .gitignore
This commit is contained in:
parent
abb45b6ef9
commit
9543e05cec
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue