From 55daf981cca40022742f6ebe894c997525bc3e35 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 9 Jul 2021 00:03:18 +0200 Subject: [PATCH] Updated gitignore to include test directory and config file Removed config from staged files --- .gitignore | 2 ++ config.ini | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 config.ini diff --git a/.gitignore b/.gitignore index c18dd8d..711df0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__/ +config.ini +test/ \ No newline at end of file diff --git a/config.ini b/config.ini deleted file mode 100644 index ce1926e..0000000 --- a/config.ini +++ /dev/null @@ -1,19 +0,0 @@ -[input] -inputfolders = /mnt/koios/Band/1-sugmesties,/mnt/koios/Band/2-oefenen,/mnt/koios/Band/3-uitgewerkt -supportedextensions = .txt -maxdepth = 3 - -[output] -metafontfamily = fonts/CourierPrime-Regular.ttf -metafontweight = 8 -lyricfontfamily = fonts/CourierPrime-Regular.ttf -tablaturefontfamliy = fonts/CourierPrime-Bold.ttf -songfontweight = 14 -imagewidth = 595 -imageheight = 842 -backgroundcolour = 255,255,255 -fontcolour = 0,0,0 -metadatacolour = 128,128,128 -topmargin = 10 -leftmargin = 25 -