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

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c78ead6  ignore new .asf.yaml when building the site
c78ead6 is described below

commit c78ead6394257bc736bf42474811be5ce44424ef
Author: Brian Demers <[email protected]>
AuthorDate: Sat Aug 22 12:24:30 2020 -0400

    ignore new .asf.yaml when building the site
---
 config.scms.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.scms.groovy b/config.scms.groovy
index 89af018..081f361 100644
--- a/config.scms.groovy
+++ b/config.scms.groovy
@@ -1,6 +1,6 @@
 scms {
 
-    excludes = ['templates/**', '**/.svn', '**/.git', '**/.gitignore', 
'**/*.iml', '**/*.ipr', '**/*.iws', '**/.idea']
+    excludes = ['templates/**', '**/.svn', '**/.git', '**/.gitignore', 
'**/*.iml', '**/*.ipr', '**/*.iws', '**/.idea', '.asf.yaml']
 
     //global defaults:
     //model {

Reply via email to