coinmanager/.gitignore
2020-05-19 07:50:08 +00:00

9 lines
107 B
Plaintext

.*
!.gitignore
**/migrations/*
Pipfile.lock
**/work_data/*
**/__pycache__/*
*.sqlite3
coinmanager/static/*