Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 23e4a2e

Browse files
committed
Reordered & grouped
1 parent 40515e6 commit 23e4a2e

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

.gitignore

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
.pio
21
.cache
2+
.clang-format
3+
.direnv
4+
.DS_Store
5+
.gitignore
6+
.idea
7+
.pio
38
.pioenvs
49
.piolibdeps
510
.vscode
6-
/wled00/Release
11+
12+
esp01-update.sh
13+
platformio_override.ini
14+
replace_fs.py
15+
wled-update.sh
16+
17+
/build_output/
18+
/node_modules/
19+
720
/wled00/extLibs
8-
/platformio_override.ini
9-
/wled00/my_config.h
1021
/wled00/html_*.h
11-
/build_output
12-
.DS_Store
13-
.gitignore
14-
.clang-format
15-
node_modules
16-
.idea
17-
.direnv
18-
wled-update.sh
19-
esp01-update.sh
2022
/wled00/LittleFS
21-
replace_fs.py
22-
wled00/wled00.ino.cpp
23+
/wled00/my_config.h
24+
/wled00/Release
25+
/wled00/wled00.ino.cpp

0 commit comments

Comments
 (0)