mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* 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
9 lines
175 B
YAML
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'
|