coinmanager/.gitignore
2020-05-17 18:48:04 +00:00

9 lines
106 B
Plaintext

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