Skip to content

fix i0 rename .gitignore file to exclude streamlit api key#1

Open
BR-Nicholas-Prado wants to merge 1 commit intoShawnKBeck:mainfrom
BR-Nicholas-Prado:main
Open

fix i0 rename .gitignore file to exclude streamlit api key#1
BR-Nicholas-Prado wants to merge 1 commit intoShawnKBeck:mainfrom
BR-Nicholas-Prado:main

Conversation

@BR-Nicholas-Prado
Copy link
Copy Markdown

Changes the name of the gitignore file to the form that git accepts. This ensures that github (and any other forks) no longer receive the original openai api key accidentally committed to this repository.

This commit does not remove the original file, as that will probably surprise the originating repository committer. Hopefully, that person will use git rm -r -cached .streamlib or some equivalent, per https://stackoverflow.com/q/1274057/22365152 .

Changes the name of the gitignore file to the form that git accepts.
This ensures that github (and any other forks) no longer receive
the original openai api key accidentally committed to this repository.

This commit does not remove the original file, as that will probably
surprise the originating repository committer. Hopefully, that person
will use `git rm -r -cached .streamlib` or some equivalent, per
https://stackoverflow.com/q/1274057/22365152 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant