diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:25:02 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:25:02 -0400 |
commit | 6d59a868a6cfa849a9db4082b2258e71d7e4f482 (patch) | |
tree | f4a1058c68272719904d032a8dcf57f757cca0d1 /.gitignore | |
parent | efab60744e7284e245bbd6266755ab3ca1a37200 (diff) |
Add sqlite3 table creation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,3 +130,6 @@ dmypy.json # Don't commit secrets! config.py + +# don't commit data +data/ |