NIFI-162: Updating gitignore
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/b0b14ed1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b0b14ed1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b0b14ed1 Branch: refs/heads/NIFI-250 Commit: b0b14ed10b79ab3d8d6caa0aef2d337b42cfefdd Parents: e45dea1 Author: Matt Gilman <[email protected]> Authored: Wed Feb 4 07:20:49 2015 -0500 Committer: Matt Gilman <[email protected]> Committed: Wed Feb 4 07:20:49 2015 -0500 ---------------------------------------------------------------------- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b0b14ed1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e1c837c..5dacd2a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,10 @@ nb-configuration.xml *.iml *.iws *~ + +# nifi site +/nifi-site/nbproject/ +/nifi-site/bower_components/ +/nifi-site/dist/ +/nifi-site/node_modules/ +/nifi-site/.sass-cache
