Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit e994aa4

Browse files
committed
docs: updated .gitignore
1 parent b7aecf2 commit e994aa4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
.vscode
1+
.pio
2+
.vscode/.browse.c_cpp.db*
3+
.vscode/c_cpp_properties.json
4+
.vscode/launch.json
5+
.vscode/ipch
6+
7+
*.pem
8+
data/
9+
*.der
10+
11+
# Ignore all .pyc files
12+
*.pyc
13+
14+
# Ignore all .pyo files
15+
*.pyo
16+
17+
18+
.DS_Store

0 commit comments

Comments
 (0)