From a4552ecd1f16584c09f8acd7c35d8251312c324b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20Dupr=C3=A9?= Date: Fri, 19 Dec 2025 16:18:37 +0100 Subject: [PATCH] Add gitignore for sync scripts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50d2c31 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +sync.sh +sync.log