gititgnore

master
Castro0o 5 years ago
parent 91508a6d73
commit 0bd376f11d

5
.gitignore vendored

@ -4,8 +4,13 @@ venv/*
.idea/ .idea/
__pycache__/ __pycache__/
__pycache__/* __pycache__/*
__pycache__/config.cpython-37.pyc
app/__pycache__/ app/__pycache__/
app/__pycache__/* app/__pycache__/*
app/__pycache__/__init__.cpython-37.pyc
app/__pycache__/views.cpython-37.pyc
app/static/dewatermark/ app/static/dewatermark/
app/static/dewatermark/* app/static/dewatermark/*
app/static/republish/
app/static/republish/*
*.pyc *.pyc

Binary file not shown.
Loading…
Cancel
Save