mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-09 00:24:09 +00:00
VBMOUSE.EXE is the DOS TSR build artifact (only vbmouse.drv is referenced by OEMSETUP.INF). With no .exe under guest-tools/ the @electron/windows-sign exclude patch is no longer needed. .gitignore now covers all guest-tools/**/*.exe.
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
node_modules
|
|
out
|
|
.DS_Store
|
|
|
|
/images*/
|
|
/helper-images/
|
|
|
|
dist
|
|
!.github/images
|
|
*.code-workspace
|
|
*.pfx
|
|
|
|
Microsoft.Trusted.Signing.Client*
|
|
trusted-signing-metadata.json
|
|
.env
|
|
electron-windows-sign.log
|
|
.npmrc
|
|
guest-tools/**/*.EXE
|
|
guest-tools/**/*.exe
|
|
/.claude/scheduled_tasks.lock
|
|
/.claude/worktrees/
|