From 93027f240971a40971da318650de061f8cde44c0 Mon Sep 17 00:00:00 2001 From: "stefan.schmidt-bilkenroth" Date: Wed, 9 Jun 2021 16:01:29 +0200 Subject: [PATCH] adding gitignore file --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8562c8d..e29b3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,20 @@ +# Git Ignore File for Gruene-Signale + +# ignore the download.zip, that get created +# when running the script from repository +# with a remote URL configured download.zip -slideshow/* + +# ignore the CONF file +# this by intention shall be created on first run +gruene-signale.conf + +# ignore the out path +# this gets created when running buildzip.sh +# to prepare gruene-signale.zip for distribution +out + +# ignore the slideshow path +# this gets created when running the script +# inside th repository +slideshow