Merge branch 'master' of ssh://willipink.eu:3456/moritz/coinmanager

This commit is contained in:
koksnuss 2020-05-19 15:07:47 +02:00
commit 7f1e354efb
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,5 +4,4 @@
Pipfile.lock Pipfile.lock
**/work_data/* **/work_data/*
**/__pycache__/* **/__pycache__/*
*.sqlite3
coinmanager/static/* coinmanager/static/*

Binary file not shown.

2
update
View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -e
echo "cloning ..." echo "cloning ..."
git pull origin master git pull origin master