From fe5be11e2e22d5e2d1497acaf0d8e7579b2882d9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 25 Apr 2022 07:02:08 +0300 Subject: Ignore the instance directory if present in the repository Ignore the flask instance directory if it is present in the repository. The directory being present in the repository is mostly a development convenience feature. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f577c1..7135ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /**/*~ /**/*.pyc -/.hypothesis \ No newline at end of file +/.hypothesis +/instance \ No newline at end of file -- cgit v1.2.3