diff --git a/backend/.gitignore b/backend/.gitignore index c7091f0..cc73f69 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -3,7 +3,6 @@ venv staticfiles media/feed-icons .env -*.sqlite3 -*.sqlite +app_be/db/ waecm-2021-group-04.egg-info app_be/migrations diff --git a/backend/app_be/db/tmp.py b/backend/app_be/db/tmp.py deleted file mode 100644 index e69de29..0000000