createpleromaapp/.gitignore

10 lines
105 B
Text
Raw Normal View History

2023-03-13 00:52:22 +00:00
# Ignore Everything
*
# Exception
!/src/create_app.py
!LICENSE.txt
!README.md
!requirements.txt
!run.sh