From 1eb23cec8e908ffc3f59bfd294684b7b79bde1f9 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 23 Jul 2023 06:20:00 +0200 Subject: [PATCH] =?UTF-8?q?chang=C3=A9=20le=20gitignore=20pour=20voir=20si?= =?UTF-8?q?=20je=20peux=20pull=20sans=20git=20reset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bf8fdd..28c4240 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ user/plugins/*/ !user/plugins/automagic-images/ user/plugins/automagic-images/* !user/plugins/automagic-images/automagic-images.yaml -user/pages/*/ \ No newline at end of file +user/pages/*/ +user/data/*/ \ No newline at end of file