mirror of
https://github.com/github/gitignore.git
synced 2026-09-06 23:22:42 +02: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
|
||||
# (styles.css), and user-configuration data (data.json).
|
||||
# We only want to track data.json, so we:
|
||||
# 1. exclude everything under the plugins directory recursively,
|
||||
# 2. unignore the plugin directories themselves, which then allows us to
|
||||
# 3. unignore the data.json files
|
||||
.obsidian/plugins/**/*
|
||||
!.obsidian/plugins/*/
|
||||
# 1. exclude everything that the plugin folders contain,
|
||||
# 2. unignore data.json in the plugin folders
|
||||
.obsidian/plugins/*/**
|
||||
!.obsidian/plugins/*/data.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user