coinmanager/.gitignore
2021-05-16 19:57:02 +00:00

9 lines
107 B
Plaintext

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