This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push: new 3ed4bb0 Need to ignore output as well [skip ci] 3ed4bb0 is described below commit 3ed4bb0604d0bd2073c5808ffadc367c01ecc35d Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Sun May 4 07:50:56 2025 +0100 Need to ignore output as well [skip ci] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7e841a7..412a834 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ _site/ .jekyll-cache/ .jekyll-metadata +# ignore generated site in branches +output/ + # Ignore folders generated by Bundler .bundle/ vendor/