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

`.gitignore` is not respected in subdirs #248

Open pavan-sunkara-qatalog opened 2 years ago

pavan-sunkara-qatalog commented 2 years ago

In a monorepo setup, I have a .gitignore in root dir and another in a subdir. The CLI seems to only respect the top one and nothing else.

jazanne commented 2 years ago

@pavan-sunkara-qatalog thanks for submitting this issue. Can you please share more information about what version of code references you are running?

pavan-sunkara-qatalog commented 2 years ago

2.5.7, I installed the latest from homebrew.

pavan-sunkara-qatalog commented 2 years ago

I actually suspect that .gitignore is not being respected completely. My frontend build files were also added as references even though I added the frontend/build dir to the main .gitignore