This website requires JavaScript.
Explore
Help
Sign In
moritz
/
coinmanager
Watch
1
Star
0
Fork
0
You've already forked coinmanager
Code
Issues
22
Pull Requests
Releases
Wiki
Activity
coinmanager
/
.gitignore
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add gitignore
2020-04-21 10:24:15 +02:00
.*
!.gitignore
**/migrations/*
Pipfile.lock
add working data dir
2020-04-27 23:01:26 +02:00
**/work_data/*
add pycache and sqlite db files
2020-05-14 21:45:19 +00:00
**/__pycache__/*
#3 exclude production static files
2020-05-17 18:48:04 +00:00
coinmanager/static/*
Reference in New Issue
Copy Permalink