Description
The assets/svgs/ directory contains thousands of individual SVG files from FontAwesome Pro. These are not referenced by the site (which uses the CSS/webfont approach) and bloat the repo significantly.
Impact
- Massive repo size increase
- Slow clones
- Noise in git history
Fix
- Verify no SVG files are directly referenced in any HTML/CSS
- Remove
assets/svgs/ directory
- Add
assets/svgs/ to .gitignore to prevent re-adding
Acceptance Criteria
Description
The
assets/svgs/directory contains thousands of individual SVG files from FontAwesome Pro. These are not referenced by the site (which uses the CSS/webfont approach) and bloat the repo significantly.Impact
Fix
assets/svgs/directoryassets/svgs/to.gitignoreto prevent re-addingAcceptance Criteria
assets/svgs/removed from repo.gitignoreupdated