diff options
author | elioat <elioat@tilde.institute> | 2022-12-21 20:46:02 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-21 20:46:02 -0500 |
commit | 580ca9123411324abdc6e3fc260688172fec671f (patch) | |
tree | 24418185915348ecb42cae195f64de32bd328726 /.gitignore | |
parent | bcd07bbdce48f65195780df3c94ec0db78708885 (diff) | |
download | december-2022-580ca9123411324abdc6e3fc260688172fec671f.tar.gz |
*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 574cd5d..1123364 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.db +*.sqlite + # Created by https://www.toptal.com/developers/gitignore/api/macos,emacs # Edit at https://www.toptal.com/developers/gitignore?templates=macos,emacs |