Skip to content

Commit 240da28

Browse files
authored
Merge pull request #3 from per1234/gitignore
Add .gitignore
2 parents f0c68a2 + b20dab6 commit 240da28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .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)