From 841124a662a46c35b4aae435145965aaa0cbba6b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 10 Jan 2019 10:04:13 +1300 Subject: [PATCH] .gitignore: add some more files/dirs Ignore some files and directories I typically have around in my development tree. Signed-off-by: Paul Eggleton --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index edfc2ac..525c0ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ *.swp .pytest_cache venv/ +*.sql +*.sql.gz +static/ +layers/ +logs/