From 83756c657fbfaeb39f51e412521bd5c80df63a19 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 30 Sep 2018 18:04:49 +0200 Subject: git clean before git auto-update (#2036) * git clean before git auto-update To avoid https://github.com/FreshRSS/FreshRSS/issues/2012 in the future * More generic SQLite file filter * Another -f https://git-scm.com/docs/git-clean --- data/users/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/users/.gitignore b/data/users/.gitignore index 3705c06b7..03ee0bd34 100644 --- a/data/users/.gitignore +++ b/data/users/.gitignore @@ -1,5 +1,5 @@ */ */config.php -*/db.sqlite +*/*.sqlite !_/ */log*.txt -- cgit v1.2.3