Skip to content

chore: exclude auto-generated dirs from VS Code search#20881

Merged
benesjan merged 1 commit intomerge-train/fairiesfrom
jan/vscode-search-exclude
Mar 4, 2026
Merged

chore: exclude auto-generated dirs from VS Code search#20881
benesjan merged 1 commit intomerge-train/fairiesfrom
jan/vscode-search-exclude

Conversation

@benesjan
Copy link
Contributor

Summary

  • Adds auto-generated directories to .vscode/settings.json search.exclude so they don't pollute VS Code search results
  • Covers build outputs (dest, dist, target, build, out, artifacts, generated), caches (.cache, .docusaurus, .tsbuildinfo), versioned/generated docs, and vendored Solidity libs

Test plan

  • Open VS Code search and verify excluded directories no longer appear in results
  • Verify source code files are still searchable

🤖 Generated with Claude Code

Adds build outputs (dest, dist, target, build, out, artifacts, generated),
caches, versioned docs, and vendored Solidity libs to search.exclude so
they don't pollute search results.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@benesjan benesjan requested a review from ludamad February 26, 2026 07:18
@benesjan
Copy link
Contributor Author

@ludamad I found it annoying that I was getting matches in auto-generated directories as that made it hard to navigate what updates do I actually need to do when updating docs (e.g. I had to figure out if I should modify docs/static or if it's autogen).

For this reason I had Claude find all the auto-generated stuff and exclude it.

Bothering you as I feel you are the most in the know when it comes to this PR.

@benesjan benesjan merged commit f1c59a6 into merge-train/fairies Mar 4, 2026
10 checks passed
@benesjan benesjan deleted the jan/vscode-search-exclude branch March 4, 2026 16:33
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2026
BEGIN_COMMIT_OVERRIDE
chore: remove prefund env var in non local networks (#21095)
feat: aztec new supporting multiple contract crates (#21007)
feat!: Expose offchain effects when simulating/sending txs (#20563)
chore: exclude auto-generated dirs from VS Code search (#20881)
feat: improve oracle name prefixes (#21101)
fix(pxe): correct contract class log DA gas metering from +2 to +1
(#21102)
chore: remove stale aes comments (#21133)
chore: add warning on invalid recipients (#21134)
feat: mask ciphertext fields with Poseidon2-derived values (#21009)
END_COMMIT_OVERRIDE
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.

2 participants