Ignore all SQLite files

Amolith created

Change summary

.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.gitignore 🔗

@@ -5,7 +5,7 @@
 /willow
 /*.csv
 /data/
-/*.sqlite
+/*.sqlite*
 /config.toml
 
 /.idea/