Source Repository for "Grüne Signale" (Fork von netzbegruenung/green-signals)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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
|
|
|
|
|
|
|
|
# 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
|