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

Commit 7a9168c

Browse files
authored
Merge pull request #5 from qube-ai/simple
docs: updated .gitignore
2 parents e4c679d + e994aa4 commit 7a9168c

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)