diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 20:42:54 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 20:42:54 +0100 |
commit | 91929328acd4dbb6bf1eaf9178fe68e1433ad0be (patch) | |
tree | 9ab04fb9a64339b6806284d607b6fae46566f45e /.gitignore | |
parent | ccfa65531c7fbc4e89fe43113fdb8f9046ee7168 (diff) |
starting playing around with sqlite3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ .vscode/* .idea/* +reader/testdata/test.db +go.sum |