Skip to content

fix: hide dot directories in code browser - #388

Merged
Ziinc merged 1 commit into
mainfrom
ziinc/hide-hidden-directories-in-code-tab
Aug 31, 2026
Merged

Ziinc merged 1 commit into
mainfrom
ziinc/hide-hidden-directories-in-code-tab

Conversation

@Ziinc

@Ziinc Ziinc commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

Motivation

  • Prevent implementation metadata directories like .jj, .git, and other dot-prefixed directories from appearing in the Code tab directory tree while keeping useful dot-files visible.

Description

  • Replace previous .git/.treq whitelist with a filter that excludes all dot-prefixed directories in FileBrowser.
  • Add an integration test asserting dot-directories are hidden and dot-files remain visible.
  • Update imports/formatting and commit the change.

Testing

  • Ran project formatting and TypeScript checks with npx biome format and tsc --noEmit, which passed.
  • Ran unit tests via npm run test:unit, which completed successfully.
  • Attempted integration run but NAPI build failed due to missing system library (glib-2.0) in the environment, preventing the integration test run.
    [Codex Task](

@github-actions

Copy link
Copy Markdown
Contributor

@Ziinc
Ziinc merged commit edb0181 into main Aug 31, 2026
15 checks passed
@Ziinc
Ziinc deleted the ziinc/hide-hidden-directories-in-code-tab branch August 31, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant