From 1a880815dcef651d14dcc6780670aa52bba038a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 9 Dec 2021 17:44:02 +0100 Subject: [PATCH] Remove references to SQLite files in gitignore We don't use SQLite and we don't support it, so these files shouldn't exist in the first place. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index f973f1158..11b4a8140 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,6 @@ # Ignore bundler config. /.bundle -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - # Ignore all logfiles and tempfiles. /log/* !/log/.keep