updated .gitignore to include npm-debug.log
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/40a3abbd Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/40a3abbd Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/40a3abbd Branch: refs/heads/master Commit: 40a3abbdc13c6ad0b033dc597f3f8ffa1cc3674a Parents: d89a39f Author: Steven Gill <[email protected]> Authored: Mon Sep 29 23:49:12 2014 -0700 Committer: Prabhjot Singh <[email protected]> Committed: Mon Oct 6 18:33:01 2014 +0530 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/40a3abbd/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6f19b35..f2c3828 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ Desktop.ini # IntelliJ IDEA files *.iml .idea +npm-debug.log --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
