aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-04-25 07:02:08 +0300
committerFrederick Muriuki Muriithi2022-04-25 07:02:08 +0300
commitfe5be11e2e22d5e2d1497acaf0d8e7579b2882d9 (patch)
treed99c6b5eabf305944744eccf8d989a2d30f0ffbb /.gitignore
parentd70dbd0addb861aa37c2f2574a537319a75411c7 (diff)
downloadgn-uploader-fe5be11e2e22d5e2d1497acaf0d8e7579b2882d9.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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