mirror of
https://github.com/stronk-dev/Guitar-Sheet-Parser.git
synced 2025-07-05 08:25:09 +02:00
Updated gitignore to include test directory and config file
Removed config from staged files
This commit is contained in:
parent
9564f214b5
commit
55daf981cc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
|
config.ini
|
||||||
|
test/
|
19
config.ini
19
config.ini
@ -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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user