mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
plan-phase.md contains illustrative DATABASE_URL/REDIS_URL examples in documentation text, not real credentials. The secret-scan.sh script already supports .secretscanignore — this file activates it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
# .secretscanignore — Files to exclude from secret scanning
|
|
#
|
|
# Glob patterns (one per line) for files that should be skipped.
|
|
# Comments (#) and empty lines are ignored.
|
|
#
|
|
# Examples:
|
|
# tests/fixtures/fake-credentials.json
|
|
# docs/examples/sample-config.yml
|
|
|
|
# plan-phase.md contains illustrative DATABASE_URL/REDIS_URL examples
|
|
get-shit-done/workflows/plan-phase.md
|