From 32a491d494111b309bc4fba8dcb5e686d2f68632 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 23 Feb 2019 23:22:35 +0100 Subject: [PATCH] Added default output folder --- output/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 output/.gitignore diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore