Compare commits

..

No commits in common. "010b77ba772d5e99185701aba47d0de681a87e1c" and "76e40b7cecb059211e360822247bf0b6e585d1eb" have entirely different histories.

2 changed files with 5 additions and 17 deletions

View File

@ -1,14 +0,0 @@
# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/
# Tester-specific Settings
*.tcCFGExtender
*.tcLS
# Type library declarations
*.tlb
# Log files
*.tcLogs
# Backup files
*.bak

View File

@ -30,7 +30,9 @@
# contain metadata (manifest.json), application code (main.js), stylesheets # contain metadata (manifest.json), application code (main.js), stylesheets
# (styles.css), and user-configuration data (data.json). # (styles.css), and user-configuration data (data.json).
# We only want to track data.json, so we: # We only want to track data.json, so we:
# 1. exclude everything that the plugin folders contain, # 1. exclude everything under the plugins directory recursively,
# 2. unignore data.json in the plugin folders # 2. unignore the plugin directories themselves, which then allows us to
.obsidian/plugins/*/** # 3. unignore the data.json files
.obsidian/plugins/**/*
!.obsidian/plugins/*/
!.obsidian/plugins/*/data.json !.obsidian/plugins/*/data.json