Skip to content

Commit 6b999e7

Browse files
KevenWMarkhamclaude
andcommitted
chore: remove large installer files from git tracking
Remove 160MB installer executables from git as they exceed GitHub's 100MB file size limit. Updated .gitignore to properly exclude windows-installer directory. Installers should be distributed via GitHub Releases or external file sharing instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a6e57b0 commit 6b999e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ dist-ssr
2929
release/
3030
dist-electron/
3131
out/
32-
33-
# Installers - exclude by default
32+
windows-installer/
3433
*.exe
35-
!windows-installer/*.exe
3634
*.dmg
3735
*.AppImage
3836
*.snap

0 commit comments

Comments
 (0)