This is an automated email from the ASF dual-hosted git repository. afs pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit a77a5233be603cc8a71931ecc15d8190f8ba213a Author: Andy Seaborne <[email protected]> AuthorDate: Tue Jul 28 19:02:28 2026 +0100 Include editor backup files in .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2495e8f93..c4b069728 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,12 @@ /resources target/ + +## Editors .vscode .#* -.hugo* +\#* +*~ # IntelliJ generated *.iml @@ -12,4 +15,4 @@ target/ .java-version # Hugo -.hugo_build.lock +.hugo*
