This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fdae12  fix unknown element in site.xml, update.gitignore
1fdae12 is described below

commit 1fdae122744274c1d051746fe1024856dcb6cd91
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Jan 10 17:05:34 2022 +0100

    fix unknown element in site.xml, update.gitignore
---
 .gitignore        | 3 ++-
 src/site/site.xml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4dd87bc..b294244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-target
+target/
+.settings/
 *.log
 .classpath
 .project
diff --git a/src/site/site.xml b/src/site/site.xml
index 8ff064c..9e28cb4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";
   name="Fulcrum Crypto">
->
+
   
   <body>
     <menu name="Overview">

Reply via email to