From 21b473aa889e83e506397de659b01887de0b43e4 Mon Sep 17 00:00:00 2001 From: toto Date: Wed, 24 Jun 2026 15:50:16 +0200 Subject: [PATCH] =?UTF-8?q?Track=20data/config.json,=20exclut=20uniquement?= =?UTF-8?q?=20les=20donn=C3=A9es=20personnelles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit data/config.json versionné pour qu'un clone fraîche soit directement exploitable. Seuls data/pointages/ et data/conges.json restent ignorés. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 ++- data/config.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 data/config.json diff --git a/.gitignore b/.gitignore index c83c1d7..8c7c0b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Données personnelles — jamais dans le dépôt -data/ +data/pointages/ +data/conges.json *.ods *.csv *.json.bak diff --git a/data/config.json b/data/config.json new file mode 100644 index 0000000..05bc0af --- /dev/null +++ b/data/config.json @@ -0,0 +1,3 @@ +{ + "heures_jour": 7.8 +} \ No newline at end of file