Add npm metadata to .gitignore 93/12393/2 v0.17.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 25 Aug 2018 05:41:57 +0000 (01:41 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 6 Sep 2018 15:05:58 +0000 (11:05 -0400)
Change-Id: Ifa5ebace74db851e00fb2431ef06f38952ec3e24
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore

index 2149979..90a5ea0 100644 (file)
@@ -17,6 +17,10 @@ target/
 # VSCode
 .vscode
 
+# NPM / NodeJS
+_cacache/
+anonymous-cli-metrics.json
+
 # Python
 .cache/
 .eggs/