Skip to content

Commit 3352d89

Browse files
committed
新建文件
1 parent 6118908 commit 3352d89

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Ignore editor backup files and macOS system metadata
2+
.DS_Store
3+
.*.swp
4+
.*.swo
5+
*~
6+
7+
# Ignore build folder
8+
/build
9+
10+
# Ignore files built by Visual Studio/Visual Micro
11+
[Dd]ebug/
12+
[Rr]elease/
13+
.vs/
14+
__vm/
15+
*.vcxproj*
16+
.vscode/
17+
platform.sloeber.txt
18+
boards.sloeber.txt
19+
20+
# Ignore docs build (Sphinx)
21+
docs/build
22+
docs/source/_build
23+
__pycache__/
24+
_build/
25+
26+
# Test log files
27+
*.log
28+
debug.cfg
29+
debug.svd
30+
debug_custom.json

boards.txt

Whitespace-only changes.

keywords.txt

Whitespace-only changes.

package/package_py32_index.template.json

Whitespace-only changes.

platform.txt

Whitespace-only changes.

programmers.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)