influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

chore: add .npmrc to gitignore to support publishing without leaking tokens #732

Closed TCL735 closed 2 years ago

TCL735 commented 2 years ago

npm requires new steps to publish when requiring 2FA (two-factor authentication). One of the steps involves inserting a token into your local .npmrc file, which should remain local so that we do not leak tokens.