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.

Best For

developerspower usersresearcherstechnical writers

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.6M 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.

2.3M downloads

Style Settings

Enables users to modify CSS variables in themes, plugins, and snippets for custom styling.

ActiveDeveloper
733K downloads

BRAT

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