pcbjam/web/backend/.gitignore
Gergő Törcsvári c2e1214fd1
feat: GPL backend self-provisions example libs + standalone port override
Port the KiCad symbol/footprint brace-scanner parsers + a combined extractor
into web/backend/src/extract/; ensure-example-libs blobless/sparse-clones a
curated KiCad 10.0.3 slice and extracts to a gitignored .libs/ on dev/start, so
a bare GPL clone has libraries with no closed repo present. libsConfig() defaults
LIBS_DIR to ./.libs. vite honors STANDALONE_PORT (strictPort) so a second editor
can run on :3049 alongside the closed stack.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 16:28:21 +02:00

7 lines
349 B
Text

# Self-provisioned example libraries (src/extract/ensure-example-libs.ts):
# .cache/ — blobless sparse clones of upstream kicad-symbols / kicad-footprints
# .libs/ — extracted serve-format fixtures (LIBS_DIR default)
# .user-libs/ — writable user libraries created via the editor (USER_LIBS_DIR default)
.cache/
.libs/
.user-libs/