mirror of
https://github.com/github/gitignore.git
synced 2026-09-06 23:22:42 +02:00
Compare commits
No commits in common. "010b77ba772d5e99185701aba47d0de681a87e1c" and "76e40b7cecb059211e360822247bf0b6e585d1eb" have entirely different histories.
010b77ba77
...
76e40b7cec
@ -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
|
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user