From 2ee86d814188cd310d20eb05738441191a774eb8 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Thu, 7 Jul 2022 11:15:12 +0700 Subject: [PATCH] ignore ApiConst --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4a143f..fdfd9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # testing /coverage + # production /build @@ -23,4 +24,5 @@ yarn-error.log* package-lock.json yarn.lock -src/components/MapToolbar/MapToolbar_backup2.js \ No newline at end of file +src/components/MapToolbar/MapToolbar_backup2.js +src/const/ApiConst.js