From 52f27e989fe4d11665ca074f504660c1f276b33a Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 4 Jun 2025 16:31:32 -0700 Subject: [PATCH] Add project binary files to `.gitignore` When contributors build the project, the generated binary files will be added to the project folder. These files must not be checked into the repository. This can be prevented by adding them to the `.gitignore` file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2ccbe46..44771c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +/arduinoOTA +/arduinoOTA.exe /node_modules/