Skip to content

Commit

Permalink
Add .gitguardian.yml configuration file to exclude example files.
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprave committed Jan 10, 2024
1 parent dc691f4 commit b33d10f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitguardian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
exit-zero: false # default: false

secret:
# Exclude files and paths by globbing
ignored-paths:
- 'secrets/example/*'
- 'CHANGELOG.md'
- 'LICENSE.md'
- 'README.md'

show-secrets: false # default: false
ignore-known-secrets: false # default: false

0 comments on commit b33d10f

Please sign in to comment.