From 0630db9922988db82f031761628fe13eacef3de5 Mon Sep 17 00:00:00 2001 From: Attila Body Date: Mon, 26 May 2025 17:57:12 +0200 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..ee69179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +Release/ +Debug/ +.ino.cpp +*.d +*.bak +*.tmp +*.stl +.settings/ +Debug_AVaRICE/ +.metadata/ +**/.idea/workspace.xml