From 8b38423dd24a8c976721d191d0104e5019e4fdd4 Mon Sep 17 00:00:00 2001 From: Vitalii Maslianok Date: Tue, 2 Feb 2021 11:31:29 +0200 Subject: [PATCH] Add lib to git ignore --- .eslintignore | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 600e365..cf70988 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1 @@ -**/node_modules \ No newline at end of file +**/node_modules diff --git a/.gitignore b/.gitignore index 63fbd18..3ea9243 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules # production build +lib # misc .DS_Store