You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/06/27 08:23:06 UTC

incubator-griffin git commit: 20170627 ignore bowerrc

Repository: incubator-griffin
Updated Branches:
  refs/heads/master cc88967b2 -> 93bd54b8a


20170627 ignore bowerrc

Author: William Guo <gu...@icloud.com>

Closes #98 from guoyuepeng/20170627_ignore_bowerrc.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/93bd54b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/93bd54b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/93bd54b8

Branch: refs/heads/master
Commit: 93bd54b8a9a5ec9bedbc6e66319af5ea04338a21
Parents: cc88967
Author: William Guo <gu...@icloud.com>
Authored: Tue Jun 27 16:22:51 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Tue Jun 27 16:22:51 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/93bd54b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d67f27f..27da9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
                                 <exclude>**/velocity.log*</exclude>
                                 <exclude>**/*.json</exclude>
                                 <exclude>**/bower_components/**</exclude>
-
+                                <exclude>**/.bowerrc</exclude>
                                 <exclude>**/src/main/resources/public/**</exclude>
                                 <exclude>**/pom.xml.releaseBackup</exclude>
                                 <exclude>**/pom.xml.tag</exclude>