From 2778aba72227abc27bbc528026e66d2cb013264f Mon Sep 17 00:00:00 2001 From: Moe Myat Zaw Date: Thu, 25 Jun 2020 12:04:20 +0630 Subject: [PATCH] Update .gitignore --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba7096c..3f6ee73a 100644 --- a/.gitignore +++ b/.gitignore @@ -411,10 +411,10 @@ pids *.pid.lock # Coverage directory used by tools like istanbul -coverage +coverage/ # junit outputs -junit +junit/ # Optional npm cache directory .npm @@ -446,6 +446,6 @@ chrome-profiler-events*.json speed-measure-plugin*.json # Output Dirs -/dist -/out-tsc -/bazel-out +dist/ +out-tsc/ +bazel-out/