v0.10.0-beta.11
Pre-release
Pre-release
·
44 commits
to main
since this release
Delta since previous beta (v0.10.0-beta.10) — 1 new changeset.
Patch Changes
-
Stop surfacing macOS Finder metadata files (
.DS_Store,.localized) in the file sidebar's "Show All Files" mode.These files were already hidden in the normal sidebar (they're seeded into
.gitignoreonok init), but "Show All Files" deliberately bypasses.gitignore/.okignoreto surface gitignored content likedist/andbuild/— which re-surfaced.DS_Storeas a sidebar asset row. They are now pruned by an always-on junk-file floor, the file-level analogue of the existing directory floor that keeps.git/,node_modules/, and.ok/hidden even under Show All Files. Legitimate gitignored content still shows.