From f39b68e412e464984620c7357422fb9dd9abc94a Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 11 Jul 2021 19:09:37 +0200 Subject: [PATCH] Updated the gitignore file to exclude some source files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6a3fa71..00b19d9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ # Custom *.bin credentials.h +src/app/* +!src/app/*.ino \ No newline at end of file