Repository: incubator-edgent-samples Updated Branches: refs/heads/develop 658a38cc7 -> 5ab25707f
ignore maven wrapper jar in template Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/5ab25707 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/5ab25707 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/5ab25707 Branch: refs/heads/develop Commit: 5ab25707f2f4dd76bcf8e81e3b2ad56441a3b686 Parents: 658a38c Author: Dale LaBossiere <[email protected]> Authored: Wed Nov 22 09:49:36 2017 -0500 Committer: Dale LaBossiere <[email protected]> Committed: Wed Nov 22 09:49:36 2017 -0500 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/5ab25707/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d555b80..b019884 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Exclude the maven-wrapper.jar .mvn/wrapper/maven-wrapper.jar +template/.mvn/wrapper/maven-wrapper.jar # More generated artifacts target/
