Skip to content

Commit 85b6cb4

Browse files
committed
chore(repo): drop tracked binaries, IDE config and scratch files
Removed files that should never have been committed: - evolution-go (62 MB compiled Go binary at repo root) - build/server (61 MB compiled binary — build/ is already gitignored but this file was tracked from before the rule existed) - API-INTERACTIVE-DOCS.txt, DIFF-COMPLETO.txt, carousel-sender.html (one-off scratch dumps left over from the test-send modal work) - .idea/, .DS_Store, .instance (IDE/OS/runtime local state) Renamed: - "Evolution GO.postman_collection (2).json" → "Evolution GO.postman_collection.json" (drops the ' (2)' duplicate suffix that came from a download, now matches the filename pattern documented in tools/docs/RELEASE_PROCESS.md checklist item #6). Expanded .gitignore so these patterns don't come back (compiled binaries at root, scratch *.txt dumps, the " (2)" duplicate pattern). Note: git rm only removes these from the working tree going forward — the 120+ MB of tracked binaries remain in history. That's a separate, destructive operation (git filter-repo) and is not done here.
1 parent f70d278 commit 85b6cb4

13 files changed

Lines changed: 12 additions & 1658 deletions

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ coverage.*
77
.idea/
88
.vscode/
99
.DS_Store
10+
.instance
11+
12+
# Compiled binaries (Go builds output here at repo root / build/)
13+
/evolution-go
14+
/evolution-go-*
15+
!/evolution-go-manager/
16+
17+
# Scratch dumps that used to get committed by accident
18+
DIFF-*.txt
19+
API-*-DOCS.txt
20+
carousel-sender.html
21+
*.postman_collection (*.json
1022

1123
# Generated release directories (built by tools/build-dist/)
1224
dist/

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/evolution-go.iml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.instance

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)