From d154e80dd1c3d1f5bd62f8916bdbec61cc242816 Mon Sep 17 00:00:00 2001 From: Almog Hamdani Date: Fri, 25 Oct 2019 19:21:24 +0300 Subject: [PATCH] refactor: ignore build dir on linux (#15) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c114ac8..b49f58a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Build +build node_modules *.obj GTAGS