obsidian-git
obsidian-git copied to clipboard
Visualizing ignored Files in file explorer
Problem
When a file is ignored by .gitignore, there are no visual indications that it won't be backed-up.
Solution
When a file is not tracked, then it should be greyed out within Obsidian's Files view.
This is how most IDEs handle Git integration, and would be a very good addition to help identify why a file isn't being backed-up.