Skip to content

fix: add missing dirs to SKIP_DIRS (Obsidian, build caches, vendor) - #126

Closed
minimexat wants to merge 1 commit into
MemPalace:mainfrom
minimexat:fix/skip-dirs-obsidian-build-caches
Closed

fix: add missing dirs to SKIP_DIRS (Obsidian, build caches, vendor)#126
minimexat wants to merge 1 commit into
MemPalace:mainfrom
minimexat:fix/skip-dirs-obsidian-build-caches

Conversation

@minimexat

Copy link
Copy Markdown

What

Add missing directories to SKIP_DIRS that were being indexed unnecessarily.

Changes

  • Obsidian dirs: .obsidian, .smart-connections, .smart-env, .trash — Obsidian plugin JS bundles were being indexed as memories when mining a vault
  • Build caches: .vite, .parcel-cache, .turbo
  • PHP dependencies: vendor — equivalent of node_modules for PHP projects

Why

Found while mining an Obsidian vault: the .obsidian/ directory contains large minified plugin bundles that flooded the palace with useless content.

Add Obsidian plugin dirs (.obsidian, .smart-connections, .smart-env,
.trash), build caches (.vite, .parcel-cache, .turbo), and PHP vendor
directory to SKIP_DIRS.

Found while mining an Obsidian vault — plugin JS bundles from .obsidian/
were being indexed as memories.
@minimexat minimexat closed this Apr 7, 2026
@minimexat minimexat reopened this Apr 7, 2026
@bensig

bensig commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Most of these were added in #78 which expanded SKIP_DIRS. Duplicate of #65 for the rest. Closing.

@bensig bensig closed this Apr 7, 2026
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