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

15 lines
163 B
Plaintext
Raw Normal View History

2023-03-11 16:25:37 -08:00
# Ignore Everything
*
# Exception
2023-03-12 16:37:16 -07:00
!/default/*
!/docs/*
2023-03-11 16:25:37 -08:00
!/src/main.py
!/src/yanlib.py
2023-03-12 16:37:16 -07:00
!/.gitignore
!/LICENSE.txt
!/README.md
!/requirements.txt
!/run.sh
2023-05-14 17:40:54 -07:00
!/cron.sh