From 16552cc5418220113782efa113ddffec7466bb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:18:44 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20update=20.gitignore=20=E2=80=94=20excl?= =?UTF-8?q?ude=20web/.next,=20.platformio-local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++++ .gitmodules | 3 +++ tools/aperant | 1 + 3 files changed, 9 insertions(+) create mode 100644 .gitmodules create mode 160000 tools/aperant diff --git a/.gitignore b/.gitignore index 3b1cd00..8ba9bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,8 @@ coverage/ # Fichiers de test firmware/test/.pioenvs/ firmware/test/.pio/ + +# Web build artifacts +web/.next/ +web/node_modules/ +.platformio-local/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1de96d2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tools/aperant"] + path = tools/aperant + url = https://github.com/AndyMik90/Aperant.git diff --git a/tools/aperant b/tools/aperant new file mode 160000 index 0000000..76fdbad --- /dev/null +++ b/tools/aperant @@ -0,0 +1 @@ +Subproject commit 76fdbade6f9996c37d0b1a138f0bc8fd724db5a6