From fb70a122cf53fb2b6fb8e107d7a61b1d7ae4ec35 Mon Sep 17 00:00:00 2001 From: nev6502 Date: Wed, 17 Jun 2020 19:45:31 -0600 Subject: [PATCH] Missed a line in base .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbe6abd..6b0ff60 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ ################################################################################ /.vs/ -/out/ \ No newline at end of file +/out/ +/code/out/ \ No newline at end of file