Repository: incubator-griffin Updated Branches: refs/heads/master 0730988fb -> 779783aa3
20171030 ignore files Author: William Guo <[email protected]> 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 <[email protected]> Authored: Mon Oct 30 16:21:39 2017 +0800 Committer: William Guo <[email protected]> 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>
