From 1f6c9cbe110db72e35f5af4a4224e891e7c05002 Mon Sep 17 00:00:00 2001 From: ElementG9 Date: Mon, 15 Jun 2020 19:54:37 -0600 Subject: [PATCH] add target/ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 724053e..f5c6948 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ package-lock.json node_modules/ jsdoc/ ast.json +target/