Skip to content

Commit b20dab6

Browse files
committed
Add .gitignore
1 parent 8c75162 commit b20dab6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Build artifacts
2+
arduino-check
3+
arduino-check.exe
4+
5+
# Test artifacts
6+
coverage_unit.txt
7+
8+
# IDEs
9+
.idea/
10+
.vscode/
11+
*.bak
12+
*.code-workspace
13+
*.sublime-workspace

0 commit comments

Comments
 (0)