diff options
author | Cody Hiar <thornycrackers@users.noreply.github.com> | 2021-02-03 14:22:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 14:22:26 -0700 |
commit | 2cdd28e01a2e98e40f77c4f383f26d986ecc86be (patch) | |
tree | 5adf773fb24d61cf7350625d74a98ec92509ff0b /{{cookiecutter.project_name}} | |
parent | 0cc522d1f18269dad044233acec59a3dc819992c (diff) |
Update .gitignore
ignore sqlite files
Diffstat (limited to '{{cookiecutter.project_name}}')
-rw-r--r-- | {{cookiecutter.project_name}}/.gitignore | 1 |
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 |