forked from wled/WLED
-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 684 Bytes
/
.gitignore
File metadata and controls
45 lines (39 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.cache
.clang-format
.direnv
.DS_Store
.gitignore
.idea
.pio
.pioenvs
.piolibdeps
.vscode
.vscode/extensions.json
esp01-update.sh
platformio_override.ini
replace_fs.py
wled-update.sh
qodana.yaml
compile_commands.json
/build/
/build_output/
/node_modules/
/wled00/extLibs
/wled00/LittleFS
/wled00/my_config.h
/wled00/Release
/wled00/wled00.ino.cpp
/wled00/html_*.h
_codeql_detected_source_root
# Playwright and test artifacts
/test-results/
/playwright-report/
/playwright/.cache/
# Wokwi runtime files
/test/wokwi/firmware.bin
/test/wokwi/firmware.elf
/test/wokwi/firmware-combined.bin
/test/wokwi/bootloader.bin
/test/wokwi/partitions.bin
/test/wokwi/.wokwi/
/test/wokwi/logs/