add makefile and local test for pb mysql to avoid uploading garbage
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,7 +4,7 @@ alembic.ini
|
||||
.idea
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.coverage
|
||||
*.coverage
|
||||
*.pyc
|
||||
*.log
|
||||
test.db
|
||||
@ -14,3 +14,4 @@ site
|
||||
profile.py
|
||||
*.db
|
||||
*.db-journal
|
||||
*coverage.xml
|
||||
Reference in New Issue
Block a user