Build error due to sensitive data in .gitignore file

Hi, @LauraLee. There is no way (that I know of) to protect secrets in client side javascript. The solution for this is typically to make the required API calls via Functions and store the private API keys in that environment.

There is a support guide about this here: