CreatePleromaApp/.gitignore
2023-03-12 17:52:22 -07:00

10 lines
105 B
Plaintext

# Ignore Everything
*
# Exception
!/src/create_app.py
!LICENSE.txt
!README.md
!requirements.txt
!run.sh