This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 72948fc8846d42447bf8fe5b4255a62d611e4fcf Author: Zoran Regvart <[email protected]> AuthorDate: Wed Feb 23 22:54:43 2022 +0100 fix: ignore `public` only in the root directory We are versioning the `public` directory in `antora-ui-camel` but ignoring it within the root directory, this change reflects that. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 542b9db..5df187d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ node target -public +/public documentation resources @@ -28,4 +28,4 @@ antora-playbook-*.yml #temporary local-antora-playbook-* -antora-playbook.yml \ No newline at end of file +antora-playbook.yml
