From a067e150fde5ab8690f8d3502b5c9093b6cd276a Mon Sep 17 00:00:00 2001 From: Micooz Date: Mon, 25 Apr 2016 21:48:45 +0800 Subject: [PATCH] chore(gitignore): ignore npm-debug.log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78d882a..33ca463 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea node_modules -demo2 \ No newline at end of file +demo2 +npm-debug.log \ No newline at end of file