From 6212d57f8cdd2333b07a3671a00e077d65fd6b20 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:53:02 -0400 Subject: [PATCH] Add Google GitHub Action creds file to gitignore. (#11296) Should resolve the issue here: https://github.com/langchain-ai/langchain/actions/runs/6342767671/job/17229204508#step:7:36 After this merges, we can revert https://github.com/langchain-ai/langchain/pull/11192 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1ecf510a6b..ce3179e4ea 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,12 @@ share/python-wheels/ *.egg MANIFEST +# Google GitHub Actions credentials files created by: +# https://github.com/google-github-actions/auth +# +# That action recommends adding this gitignore to prevent accidentally committing keys. +gha-creds-*.json + # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it.