diff options
author | Frederick Muriuki Muriithi | 2022-04-25 07:02:08 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-04-25 07:02:08 +0300 |
commit | fe5be11e2e22d5e2d1497acaf0d8e7579b2882d9 (patch) | |
tree | d99c6b5eabf305944744eccf8d989a2d30f0ffbb | |
parent | d70dbd0addb861aa37c2f2574a537319a75411c7 (diff) | |
download | gn-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.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ /**/*~ /**/*.pyc -/.hypothesis
\ No newline at end of file +/.hypothesis +/instance
\ No newline at end of file |