Files
iNaturalistReactNative/.gitguardian.yml
Ken-ichi 8fb171f5c7 GitGuardian pre-commit hook (#1319)
* Basic GitGuardian pre-commit hook
* Run ggshield when available, otherwise fail for inaturalist.org git identities
* Removed unused pre-commit framework file; added GitGuardian config file
* Updated README
2024-03-27 16:57:20 -07:00

9 lines
175 B
YAML

version: 2
secret:
# Exclude files and paths by globbing
ignored-paths:
- '**/README.md'
- 'node_modules/*'
- 'package-lock.json'
- '**/package-lock.json'