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/10/30 08:21:31 UTC

incubator-griffin git commit: 20171030 ignore files

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 0730988fb -> 779783aa3


20171030 ignore files

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

Closes #154 from guoyuepeng/20171030_ignore_files.


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

Branch: refs/heads/master
Commit: 779783aa3292c7a98304826d474125cbeee6341d
Parents: 0730988
Author: William Guo <gu...@icloud.com>
Authored: Mon Oct 30 16:21:39 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Mon Oct 30 16:21:39 2017 +0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/779783aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5189299..e0dcc83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,11 @@ under the License.
                                 <exclude>**/velocity.log*</exclude>
                                 <exclude>**/*.json</exclude>
                                 <exclude>**/bower_components/**</exclude>
+                                <exclude>**/node_modules/**</exclude>
+                                <exclude>**/.tmp/**</exclude>
+                                <exclude>**/angular/src/assets/.gitkeep</exclude>
+                                <exclude>**/angular/.editorconfig</exclude>
+                                <exclude>**/dist/**</exclude>
                                 <exclude>**/.bowerrc</exclude>
                                 <exclude>**/src/main/resources/public/**</exclude>
                                 <exclude>**/pom.xml.releaseBackup</exclude>