From ce274e7c047904f967505c81f7c18fdeb4a07f46 Mon Sep 17 00:00:00 2001 From: Wire Date: Mon, 13 Jul 2020 00:39:49 +0200 Subject: [PATCH] add git-ignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 6048fcc..0738c53 100644 --- a/.gitignore +++ b/.gitignore @@ -115,6 +115,14 @@ ENV/ env.bak/ venv.bak/ +# Migrations +migrations/ +.migrations/ + +# Database +app.db +*.db + # Spyder project settings .spyderproject .spyproject