Update .gitignore to ignore /framework/build and /node_modules
Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/881e6662 Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/881e6662 Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/881e6662 Branch: refs/heads/master Commit: 881e6662c04d5dd43a6c1fe5fab004a329bd55e2 Parents: 346f53d Author: Andrew Grieve <[email protected]> Authored: Sat Oct 4 15:14:45 2014 -0400 Committer: Prabhjot Singh <[email protected]> Committed: Mon Oct 6 19:17:48 2014 +0530 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/881e6662/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f2c3828..5599157 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ Desktop.ini *.iml .idea npm-debug.log +/node_modules +/framework/build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
