From bb0633a8e747daeb52a0eda16c85deacd081bcef Mon Sep 17 00:00:00 2001 From: 17acres Date: Thu, 6 May 2021 12:46:17 -0400 Subject: [PATCH] Gitignore default output directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 600d2d3..e718a0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +output/ \ No newline at end of file