adding gitignore file

This commit is contained in:
Stefan Schmidt-Bilkenroth 2021-06-09 16:01:29 +02:00
parent e17250d930
commit 93027f2409
1 changed files with 19 additions and 1 deletions

20
.gitignore vendored
View File

@ -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