aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-30 18:04:49 +0200
committerGravatar GitHub <noreply@github.com> 2018-09-30 18:04:49 +0200
commit83756c657fbfaeb39f51e412521bd5c80df63a19 (patch)
treec48c18e67dceea702fc7f15a07fdd97540ff6582 /data
parenteb5e21944d1bb33e139bc2e76eebf9de89d8361d (diff)
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
Diffstat (limited to 'data')
-rw-r--r--data/users/.gitignore2
1 files changed, 1 insertions, 1 deletions
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