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.