From a91ce419782a0ba9041c76f7bedb34d50bac6c7d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 23 Jan 2024 19:21:07 +0500 Subject: [PATCH] add build folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ee76228..681bea2 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ bower_components # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release +build/ # Dependency directories node_modules/