ソースを参照

Merge pull request #10379 from kevanstannard/gitignore-npm-debug

Ignore npm-debug.log files
Mr.doob 8 年 前
コミット
e403f4754b
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 *.swp
 .project
 node_modules
-.idea/
+.idea/
+npm-debug.log