From a474b760831b7340e65e775cb0390d4d344a0124 Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Tue, 10 Jun 2025 06:19:10 +0200 Subject: [PATCH] fix: ignore development files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4880bcf..b16195e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,9 @@ Testing/Temporary/ src/nRF5_SDK_15.3.0_59ac345 src/arm-none-eabi +# Developer files +CMakeUserPresets.json +compile_commands.json +package-lock.json +package.json +node_modules/