mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
# Ignore test outputs (bundles are large, should be in artifacts)
|
|
output/
|
|
|
|
# Ignore extracted bundle contents during local testing
|
|
extracted/
|
|
tmp/
|
|
*.tmp
|
|
|
|
# Ignore local test runs
|
|
local-test-*/
|