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