src/site/resources should not be under source control
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/09d7caaa Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/09d7caaa Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/09d7caaa Branch: refs/heads/master Commit: 09d7caaa739bd6b7fb470cd2081b8e0d6ede5ca5 Parents: 8533c23 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 22:46:29 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 22:46:29 2016 -0500 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/09d7caaa/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4ff38fc..b40bd4f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ dist/ target/ overlays/ dependency-reduced-pom.xml -**/src/site/resources/ +**/src/site/resources # IDE directories/files # /.idea
