mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
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
This commit is contained in:
parent
0638f7b83a
commit
6212d57f8c
6
.gitignore
vendored
6
.gitignore
vendored
@ -30,6 +30,12 @@ share/python-wheels/
|
|||||||
*.egg
|
*.egg
|
||||||
MANIFEST
|
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
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# 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.
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
|
Loading…
Reference in New Issue
Block a user