Skip to content

Commit d6209c7

Browse files
committed
Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio
1 parent d17530f commit d6209c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ tools/esptool.exe
55
tools/mkspiffs/mkspiffs
66
tools/mkspiffs/mkspiffs.exe
77
.DS_Store
8+
9+
#Ignore files built by Visual Studio/Visual Micro
10+
[Dd]ebug*/
11+
[Rr]elease*/
12+
.vs/
13+
__vm/

0 commit comments

Comments
 (0)