Add `licences.csv` to .gitignore and update only in CI
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 44
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 22
Description
Whenever we do `npm i` it changes `licences.csv` based on the OS the user has. As the library is being published on linux based machines in CI runners, it would be nice to have this updated by CI during publish process and ignored to local development.
Ignored files can be committed by using `git add --force licences.csv`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.