launchdarkly / ld-find-code-refs

Build tool for automatically sending feature flag code references to LaunchDarkly
https://launchdarkly.com
Other
46 stars 34 forks source link

POC - ignore extinctions #330

Closed jazanne closed 1 year ago

jazanne commented 1 year ago

Given .ldignore

**/vendor
*api.mock.ts
ui/package.json
ui/package-lock.json
.pre-commit-config.yaml
apidocs/**
README.md
Makefile
**/.circleci/**

Skip searching files...

DEBUG: 2023/02/16 11:52:34 git.go:245: Examining commit: xxx
DEBUG: 2023/02/16 11:52:34 git.go:263: Skipping ignored file: ui/package-lock.json
DEBUG: 2023/02/16 11:52:34 git.go:263: Skipping ignored file: ui/package.json
DEBUG: 2023/02/16 11:52:34 git.go:245: Examining commit: xxx
DEBUG: 2023/02/16 11:52:34 git.go:263: Skipping ignored file: .pre-commit-config.yaml
DEBUG: 2023/02/16 11:52:34 git.go:263: Skipping ignored file: Makefile
DEBUG: 2023/02/16 11:52:34 git.go:268: Skipping ignored file: apidocs/openapi.json
DEBUG: 2023/02/16 11:52:34 git.go:263: Skipping ignored file: backend/.circleci/config.yml
...