From df736d53ec9f0d973f15945322128efb6c9fd14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 29 Oct 2019 14:03:27 -0300 Subject: [PATCH] ignore build/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index deb216d..9a5ef8b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ bower_components # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release +build/ # Dependency directories node_modules/