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.
This commit is contained in:
Javi Martín
2021-12-09 17:44:02 +01:00
parent fbc74e8d46
commit 1a880815dc

4
.gitignore vendored
View File

@@ -7,10 +7,6 @@
# Ignore bundler config. # Ignore bundler config.
/.bundle /.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/* /log/*
!/log/.keep !/log/.keep