Commit Graph

3 Commits

Author SHA1 Message Date
duffyduck 8d7ae01ac3 Update .gitignore for C# standalone app
Replace Node.js ignores with .NET build output patterns.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:26:39 +02:00
duffyduck bb7d9b7a7d Keep dist/ in repo so setup works without build tools
After cloning the repo the installer can be run directly
without needing npm/webpack installed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 09:43:37 +02:00
duffyduck 08dd6804bb Remove node_modules from repo and update .gitignore
Add dist/ to .gitignore as well since both directories
contain generated content that should not be tracked.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 09:42:08 +02:00