diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..4873f58fe2 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# https://github.com/gradio-app/gradio/pull/4487 - refactor components.py to separate files +69f36f98535c904e7cac2b4942cecc747ed7443c diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0dbaeba6..bdcbe346e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ## Other Changes: +- Add `.git-blame-ignore-revs` by [@akx](https://github.com/akx) in [PR 4586](https://github.com/gradio-app/gradio/pull/4586) - Update frontend dependencies in [PR 4601](https://github.com/gradio-app/gradio/pull/4601) ## Breaking Changes: