From 62650b1c6a55313b1d29e17e4b0b969ac4f4b31c Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 11 Oct 2020 23:09:10 +0545 Subject: [PATCH] fix: gitignore specificity (#1477) * fixed lib in gitignore * Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e31471dd..b952b6308 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ coverage.lcov .nyc_output package-lock.json yarn.lock -es -lib \ No newline at end of file +/es +/lib