Repository: incubator-nifi Updated Branches: refs/heads/NIFI-640 [created] d4ff40dfe
Adding git working directory when cloning branch for web site build Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/d8dab114 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/d8dab114 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/d8dab114 Branch: refs/heads/NIFI-640 Commit: d8dab11473b7b80c9bffe51eb69aebaab22e006b Parents: e2eb6f7 Author: Matt Gilman <[email protected]> Authored: Fri May 29 21:20:20 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri May 29 21:20:20 2015 -0400 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/d8dab114/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5dacd2a..dddab78 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,6 @@ nb-configuration.xml /nifi-site/nbproject/ /nifi-site/bower_components/ /nifi-site/dist/ +/nifi-site/git-work/ /nifi-site/node_modules/ /nifi-site/.sass-cache
