Skip to content

Commit ee5abf7

Browse files
dr5hnclaude
andauthored
fix(export): untrack the 8 raw postcode export files (#1492)
These were committed at tiny placeholder sizes during #1039's initial exports wiring (#1403), but the export.yml workflow regenerates them at full size every run β€” 239 MB json/postcodes.json, 263 MB xml/postcodes.xml, 171 MB yml/postcodes.yml, 123 MB psql/postcodes.sql, 105 MB sqlite/postcodes.sqlite3, 90 MB sql/postcodes.sql, 73 MB sqlserver/postcodes.sql β€” all over GitHub's 100 MB hard limit. #1490 added .gitignore entries for the same paths but gitignore is inert against tracked files, so the export PR's git push still failed. Untrack here so the gitignore actually applies; large compressed .gz versions continue to ship via GitHub Releases. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c2d1ab6 commit ee5abf7

8 files changed

Lines changed: 0 additions & 295 deletions

File tree

β€Žcsv/postcodes.csvβ€Ž

Whitespace-only changes.

β€Žjson/postcodes.jsonβ€Ž

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

β€Žpsql/postcodes.sqlβ€Ž

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

β€Žsql/postcodes.sqlβ€Ž

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

β€Žsqlite/postcodes.sqlite3β€Ž

-28 KB
Binary file not shown.

β€Žsqlserver/postcodes.sqlβ€Ž

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

β€Žxml/postcodes.xmlβ€Ž

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

β€Žyml/postcodes.ymlβ€Ž

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

0 commit comments

Comments
Β (0)