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.git


The following commit(s) were added to refs/heads/main by this push:
     new 015cb22e89 Git setup for yarn modern
015cb22e89 is described below

commit 015cb22e893a04bd4350ab3c717ac8f3572261d4
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Aug 26 16:47:51 2026 +0100

    Git setup for yarn modern
---
 .gitattributes                             | 3 ++-
 jena-fuseki2/jena-fuseki-ui/.gitattributes | 4 ++++
 jena-fuseki2/jena-fuseki-ui/.gitignore     | 9 +++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 830b1b7543..547e2b7dc1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
-#Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
 *.png binary
 *.jpg binary
 *.gif binary
diff --git a/jena-fuseki2/jena-fuseki-ui/.gitattributes 
b/jena-fuseki2/jena-fuseki-ui/.gitattributes
new file mode 100644
index 0000000000..3dc47b62a1
--- /dev/null
+++ b/jena-fuseki2/jena-fuseki-ui/.gitattributes
@@ -0,0 +1,4 @@
+# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
+.yarn/releases/** binary
+.yarn/plugins/** binary
diff --git a/jena-fuseki2/jena-fuseki-ui/.gitignore 
b/jena-fuseki2/jena-fuseki-ui/.gitignore
index a1096af811..1fd9a88b57 100644
--- a/jena-fuseki2/jena-fuseki-ui/.gitignore
+++ b/jena-fuseki2/jena-fuseki-ui/.gitignore
@@ -25,3 +25,12 @@ pnpm-debug.log*
 *.njsproj
 *.sln
 *.sw?
+
+## Yarn : 
https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
+.yarn/*
+!.yarn/cache
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/sdks
+!.yarn/versions

Reply via email to