Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Johnson
010b77ba77
Merge pull request #1933 from ajalexander/test-complete
Add .gitignore for TestComplete
2025-04-11 12:53:38 -07:00
Daniel Johnson
a40111717d
Merge pull request #4599 from JumpIn-Git/main
optimize and more readable obsidian extended gitignore
2025-04-11 12:49:27 -07:00
Your Name
aa95d6b79a optimize and more readable obsidian extended gitignore 2025-03-05 13:00:09 +01:00
Aaron Alexander
73b42b65f7 Add .gitignore for TestComplete 2016-04-04 17:22:43 -04:00
2 changed files with 17 additions and 5 deletions

14
TestComplete.gitignore Normal file
View 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

View File

@ -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