This is an unofficial, community-made directory. Not affiliated with Obsidian or Dynalist Inc.
Actively maintainedDeveloperbeginner

File Ignore for Obsidian

Controls file indexing in Obsidian by adding dot prefixes to files and folders, effectively hiding or excluding them from the vault in a manner similar to .gitignore.

Chinese summary

通过给文件或文件夹添加点前缀来控制Obsidian的文件索引,像.gitignore一样有效隐藏或排除它们。

Key Use Cases

  • Ignoring node_modules, dist, or vendor folders in development vaults
  • Hiding sensitive or temporary files from the file explorer
  • Preventing large binary files from being indexed and slowing down Obsidian
  • Selectively hiding system files like .DS_Store or Thumbs.db

Pros

  • Simple mechanism using file system dot-prefix convention
  • Provides a familiar .gitignore-like experience
  • Truly excludes items from indexing and search
  • Lightweight and does not require complex configuration

Limitations

  • Requires renaming files/folders to start with a dot, which may affect external tools
  • Less flexible than pattern-based ignore systems (e.g., .obsidian/ignore)
  • Dot-prefixed files may be hidden in some file managers by default

Tags

file-managementignoreindexingdot-prefixgitignore-likehide-files

Related Plugins

ActiveDeveloper
2.5M downloads

Git

Git plugin automatically backs up your Obsidian vault to a Git repository on a schedule. It's the go-to backup and version control solution for technical users who want full history of their notes.

ActiveDeveloper
2.3M downloads

Style Settings

Allows users to adjust CSS variables of themes, plugins, and custom snippets directly from an intuitive settings panel.

ActiveDeveloper
724K downloads

BRAT

Easily install a beta version of a plugin for testing within Obsidian.