ignore some dev config files for license check

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

Branch: refs/heads/griffin-0.1.6-incubating-rc1
Commit: c1c2f275421bde033d5becd48e752de15157e31a
Parents: b9d0446
Author: William Guo <guo...@icloud.com>
Authored: Mon Oct 30 16:19:58 2017 +0800
Committer: William Guo <guo...@icloud.com>
Committed: Mon Oct 30 16:19:58 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/c1c2f275/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>

Reply via email to