mirror of
https://github.com/github/gitignore.git
synced 2025-04-28 19:59:24 +00:00
Compare commits
4 Commits
76e40b7cec
...
010b77ba77
Author | SHA1 | Date | |
---|---|---|---|
|
010b77ba77 | ||
|
a40111717d | ||
|
aa95d6b79a | ||
|
73b42b65f7 |
14
TestComplete.gitignore
Normal file
14
TestComplete.gitignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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,9 +30,7 @@
|
|||||||
# 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 under the plugins directory recursively,
|
# 1. exclude everything that the plugin folders contain,
|
||||||
# 2. unignore the plugin directories themselves, which then allows us to
|
# 2. unignore data.json in the plugin folders
|
||||||
# 3. unignore the data.json files
|
.obsidian/plugins/*/**
|
||||||
.obsidian/plugins/**/*
|
|
||||||
!.obsidian/plugins/*/
|
|
||||||
!.obsidian/plugins/*/data.json
|
!.obsidian/plugins/*/data.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user