Updated gitignore to include test directory and config file

Removed config from staged files
This commit is contained in:
Marco van Dijk 2021-07-09 00:03:18 +02:00
parent 9564f214b5
commit 55daf981cc
2 changed files with 2 additions and 19 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
__pycache__/
config.ini
test/

View File

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