Skip to content

Commit 52f27e9

Browse files
committed
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.
1 parent fa918e4 commit 52f27e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
/arduinoOTA
2+
/arduinoOTA.exe
13
/node_modules/

0 commit comments

Comments
 (0)