Skip to content

Commit

Permalink
fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abreza committed May 10, 2020
1 parent 2106afb commit 717ccce
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 22 deletions.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
manage.py
manage.py

__pycache__/
db.sqlite3
static/media/
.idea/
venv/
*.pyc
*.pyo
*.mo
*~
.coverage
uwsgi.ini
log/**
!log/placeholder
/static/**
**/static/media/**
Binary file removed db.sqlite3
Binary file not shown.
21 changes: 0 additions & 21 deletions manage.py

This file was deleted.

Binary file removed mhbank/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/admin.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/apps.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/forms.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/models.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/views.cpython-37.pyc
Binary file not shown.
Binary file removed mhbank/__pycache__/widgets.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mhbank/migrations/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed rasta_problem_bank/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file removed rasta_problem_bank/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file removed rasta_problem_bank/__pycache__/wsgi.cpython-37.pyc
Binary file not shown.
Binary file not shown.

0 comments on commit 717ccce

Please sign in to comment.