12 lines
171 B
Text
12 lines
171 B
Text
# Exclude everything and allow only the necessary files
|
|
*
|
|
!/compose/
|
|
!/config/
|
|
!/funkwhale_api/
|
|
!/manage.py
|
|
!/poetry.lock
|
|
!/pyproject.toml
|
|
|
|
# Python
|
|
*.py[cod]
|
|
__pycache__
|