16 lines
176 B
Plaintext
16 lines
176 B
Plaintext
# Ignore Everything
|
|
*
|
|
|
|
# Exception
|
|
!/default/*
|
|
!/defult/
|
|
!/docs/*
|
|
!/src/main.py
|
|
!/src/*_backend.py
|
|
!/.gitignore
|
|
!/LICENSE.txt
|
|
!/README.md
|
|
!/cron.sh
|
|
!/requirements.txt
|
|
!/run.sh
|