aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2021-02-03 14:22:26 -0700
committerGitHub <noreply@github.com>2021-02-03 14:22:26 -0700
commit2cdd28e01a2e98e40f77c4f383f26d986ecc86be (patch)
tree5adf773fb24d61cf7350625d74a98ec92509ff0b
parent0cc522d1f18269dad044233acec59a3dc819992c (diff)
Update .gitignore
ignore sqlite files
-rw-r--r--{{cookiecutter.project_name}}/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore
index a42ffb6..696c85c 100644
--- a/{{cookiecutter.project_name}}/.gitignore
+++ b/{{cookiecutter.project_name}}/.gitignore
@@ -9,3 +9,4 @@ tags
.idea
.mypy_cache
.envrc
+*.sqlite