Commit Graph

6 Commits

Author SHA1 Message Date
efc007e487 use junctions for base-apps icon paths instead of duplicate files
Create Windows junctions at root pointing to src/main/assets/:
  mklink /J icons src\main\assets\icons
  mklink /J scripts src\main\assets\scripts
  mklink /J ui src\main\assets\ui

This avoids duplicating files while allowing base-apps manifest
paths like ../../icons/ to resolve correctly.
2026-01-20 13:04:32 +01:00
11c59b890e docs: add tests/ folder convention for test output 2026-01-20 12:04:29 +01:00
58251e21cc add test output files to gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 12:15:00 +01:00
9ccdf846f0 remove and ignore test results 2026-01-18 22:18:13 +01:00
c8ee7defe8 work in progress 2026-01-16 12:43:06 +01:00
de82e50bd5 init 2025-12-28 10:54:06 +01:00