From e07e4cf001ed0302feab8c8708ae6a648b7581e8 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson <50811354+supernord@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:22:39 +0930 Subject: [PATCH] Added folders to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac01c2..911d638 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -external/* \ No newline at end of file +external/* +temp/* +rmarkdowns/outputs/* \ No newline at end of file