Commit 21af767
committed
cleanup: remove build artifacts, generated files, and byproducts
- Removed frontend/node_modules directory (251MB)
- Removed frontend/dist build artifacts (496KB)
- Removed Python __pycache__ directories
- Removed compiled binaries from build/bin/ (14.1MB)
- Removed build/windows/installer/tmp temporary directory (1.7MB)
- Removed coverage.out (Go test coverage report - 67KB)
- Removed frontend/package.json.md5 (generated checksum file)
- Removed endpoints/echo-model/.policy_store.db (SQLite database)
Updated .gitignore with comprehensive exclusions for:
- Go coverage and profiling artifacts (*.prof, *.pprof)
- Test artifacts (.coverage, .pytest_cache, htmlcov)
- Python cache files (__pycache__, *.pyc)
- Generated checksums (*.md5, *.sha256, *.sha1)
- Editor files (*.swp, *.swo, *~)
- OS-specific files (.DS_Store, Thumbs.db)
- IDE configuration files (.vscode, .idea)
- Build artifacts and temporary files
Reduces repo size from ~300MB to 1.4MB (excluding .git)1 parent f88ae1f commit 21af767
4 files changed
Lines changed: 48 additions & 874 deletions
File tree
- syfthub-desktop
- endpoints/echo-model
- frontend
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments