From 2de835a5437beb10569cd39fcb2571b7c4c13c5f Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Wed, 15 May 2019 13:02:26 +0530 Subject: [PATCH] add lib to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e90e7c3..895cde98 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ package-lock.json library *.log js/translation/*_missing.json -out \ No newline at end of file +out +lib \ No newline at end of file