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.
DanbooruBot/.gitignore

16 lines
176 B
Plaintext
Raw Normal View History

2023-03-12 17:45:19 -07:00
# Ignore Everything
*
# Exception
!/default/*
2023-05-14 17:49:20 -07:00
!/defult/
2023-03-12 17:45:19 -07:00
!/docs/*
!/src/main.py
!/src/*_backend.py
!/.gitignore
!/LICENSE.txt
!/README.md
!/cron.sh
!/requirements.txt
!/run.sh