Skip to content

Commit

Permalink
Add gitleaks config file and update git ignore list (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
branic authored Feb 21, 2025
1 parent 042585f commit e92dbd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ collections/*

# Ignore test directory
test

# Ignore installed ansible collections
/.ansible
6 changes: 6 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[allowlist]
description = "Global Allowlist"
paths = [
# Ignore downloaded collections
'''(?:^|\/)\.ansible\/collections\/''',
]

0 comments on commit e92dbd3

Please sign in to comment.