diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-28T17·42+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-28T17·47+0100 |
commit | 191205acaca88a059a824a2e5e22ab559293a3f1 (patch) | |
tree | ded3e0c2d1ea2a7bfcc4261e8f2b9fc5fe05c887 /.gitignore | |
parent | 36a2fea6863e692d815a513d4b0f15b8c1fcb886 (diff) |
Create populate.sqlite3 to simplify README
To make my life easier, I created a small sqlite3 script to populate our database.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aa7648cec692..ebea556fe5b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.db *.sqlite3 +!populate.sqlite3 *.db-shm *.db-wal \ No newline at end of file |