This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
MiraiNikkiBot/.gitignore

14 lines
148 B
Plaintext
Raw Normal View History

# Ignore Everything
*
# Exception
!/default/*
!/docs/*
!/render/*
!/src/main.py
!/.gitignore
!/LICENSE.txt
!/README.md
!/requirements.txt
!/run.sh