forked from FastLED/FastLED
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (78 loc) · 1.23 KB
/
.gitignore
File metadata and controls
89 lines (78 loc) · 1.23 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*~
/docs/html
/docs/latex
/docs/doxygen-awesome-css
components/
# Build outputs
.build/
build/
out/
emscripten/
*.o
# Misc
.DS_Store
Thumbs.db
# PlatformIO
.pio/
.pioenvs/
.piolibdeps/
.platformio/
.vscode/c_cpp_properties.json
.aider*
!.aider.conf.yml
!.aiderignore
ci/native/.vscode/
tmp/
firmware_sizes.csv
.aiderignore
uv.lock
.venv/
__pycache__
*.pyc
**/.mypy_cache/
**/.pytest_cache/
**/.ruff_cache/
ci/tmp/
ci/tests/output
# sometimes appears on windows during test compilation
ci/-
**/fastled_js
dist
ignore/
.env
# Node.js dependencies
node_modules/
activate
temp
.tools_cache
.cache
.logs
ci/ci/scrapers/screenshot
CMakeCache.txt
# JavaScript linting tools (generated by ci/setup-js-linting.py)
.js-tools/
.eslintcache
tmp.*
.ccache/
.pio_cache
compile_commands.json
tests/.build/
tests/.build-examples/
tests/.build-examples-*/
tests/example_compile_direct/
tests/example_compile_fastled_objects.dir/
tests/x64/
tests/bin
qemu_output.log
gdb*.txt
qemu-build
test_output.txt
ci/**/node_modules
# TypeScript compiled output (we run .ts directly with tsx)
ci/docker_utils/avr8js/*.js
# Docker build timestamp cache (persisted via GitHub Actions artifacts)
ci/docker_utils/.build_timestamps.json
examples/**/*.ino.cpp
./*.log
.loop
.fbuild/*