updated git ignore
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/db6f01c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/db6f01c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/db6f01c1 Branch: refs/pull/35/merge Commit: db6f01c162d60ebbc055ee374b93b2e2eaf02ccd Parents: 616641e Author: Rod Simpson <[email protected]> Authored: Mon Jan 27 16:08:05 2014 -0700 Committer: Rod Simpson <[email protected]> Committed: Mon Jan 27 16:08:05 2014 -0700 ---------------------------------------------------------------------- .gitignore | 5 ++++- portal/.gitignore | 8 -------- 2 files changed, 4 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/db6f01c1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index dec7818..e733658 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ Icon # Files that might appear on external disk .Spotlight-V100 -.Trashes \ No newline at end of file +.Trashes +/portal/performance/ + +/portal/node_modules/ http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/db6f01c1/portal/.gitignore ---------------------------------------------------------------------- diff --git a/portal/.gitignore b/portal/.gitignore deleted file mode 100644 index b310a13..0000000 --- a/portal/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/.DS_Store -dist -.DS_Store -.idea -nbproject/ -*.swp -node-modules/ -.vagrant
