From 12df431a92d80b101074ba866fbc34bf488663e8 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Mon, 8 Mar 2021 14:56:13 -0300 Subject: [PATCH] Added results ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 77336dd..1161b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ examples/ -node_modules/ \ No newline at end of file +node_modules/ +results/ \ No newline at end of file