This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 74cdcfc8a rat ignore .gitattributes
74cdcfc8a is described below
commit 74cdcfc8a59c0e0b0a5fe48f081aef118ca8f472
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Aug 3 19:19:31 2022 +1000
rat ignore .gitattributes
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index eee66dc96..6b423f512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2068,6 +2068,7 @@
<configuration>
<excludes>
<exclude>.gitignore</exclude>
+ <exclude>.gitattributes</exclude>
<exclude>DEPENDENCIES</exclude>
<exclude>README.*</exclude>
<exclude>*.sh</exclude>