We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d66dab commit aa95d6bCopy full SHA for aa95d6b
community/Obsidian/NotesAndExtendedConfiguration.gitignore
@@ -30,9 +30,7 @@
30
# contain metadata (manifest.json), application code (main.js), stylesheets
31
# (styles.css), and user-configuration data (data.json).
32
# We only want to track data.json, so we:
33
-# 1. exclude everything under the plugins directory recursively,
34
-# 2. unignore the plugin directories themselves, which then allows us to
35
-# 3. unignore the data.json files
36
-.obsidian/plugins/**/*
37
-!.obsidian/plugins/*/
+# 1. exclude everything that the plugin folders contain,
+# 2. unignore data.json in the plugin folders
+.obsidian/plugins/*/**
38
!.obsidian/plugins/*/data.json
0 commit comments