-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
41 lines (32 loc) · 1.04 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
# Website (Astro/Starlight/Node)
website/node_modules/
website/dist/
website/.astro/
node_modules/
# Mirrored at dev/build time from hardware/ and enclosure/ (see astro.config.mjs) — not a source of truth.
website/public/generated/
# Enclosure: native CAD source files are large/proprietary and not committed.
# STEP/STL exports and renders under enclosure/ are still tracked.
enclosure/cad/
enclosure/*/cad/
# KiCad autosave / version-history backups (not deliverables)
**/*-backups/
**/production/backups/
*.kicad_sch-bak
*.kicad_pcb-bak
# References
hardware/schematics/references/
# PlatformIO build artifacts / fetched libraries (firmware/tools/*/ standalone projects)
.pio/
# Meshtastic firmware checkout, cloned locally by firmware/tools/build.ps1 -- not vendored, see firmware/README.md.
/meshtastic-firmware/
# KiCad lock files (transient, created while the project is open)
*.kicad_pcb.lck
*.kicad_sch.lck
# Editor-local settings (may contain machine-specific absolute paths)
.vscode/
# OS junk
.DS_Store
Thumbs.db
desktop.ini
MODIFICATIONS.md