-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (26 loc) · 770 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (26 loc) · 770 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
/.idea
/.cursor/
/cmake-build-debug
/cmake-build-debug-arm-none-eabi
/build
/build-tests
/samples
*~
.vscode/
.DS_Store
# Local scratch: personal configs and firmware binaries copied out of build/
/temp/
/*.bin
# User firmware config (generated from web configurator - do not commit personal config)
# config.yaml.example is intentionally NOT ignored (it is the committed template).
/config.yaml
/config-*.yaml
# Local-only planning/scratch notes (not part of the repo)
/tasks/
# Ephemeral outputs from scripts/generate_config.ts (removed after firmware POST_BUILD when used)
/src/config_generated.c
/src/config_generated.h
# Node/Bun dependencies (bun.lock files are committed — Bun is the canonical package manager)
/node_modules/
/web/node_modules/
/web/dist/