Make your Obsidian faster and cleaner. With simple .gitignore
-style rules, easily hide files and exclude folders like node_modules
or .git
.
Large folders like node_modules/
or .git/
can cripple Obsidian's performance, leading to slow startups and lag. Irrelevant files clutter your search and graph view, hindering your workflow.
Obsidian File Ignore is the solution. It lets you easily hide files and exclude folders from Obsidian's indexing process, just like a .gitignore
file does for Git. The result? A faster, cleaner, and more focused Obsidian experience.
.
) prefix to specified items, effectively making them invisible to Obsidian's index, search, and graph. Perfect for node_modules
, .git
, cache directories, and more..gitignore
-Style Patterns: Use familiar and powerful glob patterns (e.g., my_folder/
, *.log
, /root_file.md
) to define what to hide or show.Create patterns like node_modules/
or *.tmp
Add dot prefix (e.g., .node_modules
)
Experience faster, cleaner Obsidian
Obsidian naturally ignores dotfiles, preventing them from being indexed. Clicking "Show Files" reverses the process, making items visible again. It's a non-destructive way to control visibility.
node_modules
polluting your view!Easily configure your ignore patterns in the plugin settings
node_modules/
, *.tmp
)It's that simple to reclaim your Obsidian's performance and clarity!
myfolder
becomes .myfolder
). Your data remains safe in your vault..myfolder
), leverages a more fundamental way Obsidian treats hidden items, leading to more reliable exclusion from indexing and significant performance gains. Plus, File Ignore offers more powerful .gitignore
-style pattern matching.my_data_folder/
into .my_data_folder/
), Obsidian itself stops indexing it. Since Dataview and many other plugins rely on Obsidian's index to find and process files, these hidden items will typically not appear in Dataview query results or be processed by those plugins. This is an effective way for "how to exclude folder dataview obsidian" or specific files..obsidian/
?.obsidian/
folder to the ignore rules. This folder contains your vault's essential configuration, themes, snippets, and plugin data. While File Ignore could technically hide it, doing so would likely disrupt your vault's operation. If this happens, you might need to manually rename the folder back using your operating system's file explorer (outside of Obsidian) or, if accessible, use the "Show Files" feature with a specific rule targeting it.Stop wrestling with slow performance and cluttered views. Install Obsidian File Ignore today and experience a more efficient and enjoyable vault.