Added missing config file for last test.
This commit is contained in:
parent
14cf41bc2d
commit
1455ccdc2a
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Example KiPlot config file
|
||||||
|
kiplot:
|
||||||
|
version: 1
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
- name: 'bom_internal'
|
||||||
|
comment: "Bill of Materials in CSV format"
|
||||||
|
type: bom
|
||||||
|
dir: BoM
|
||||||
|
options:
|
||||||
|
ignore_dnf: false
|
||||||
|
format: CSV
|
||||||
|
|
||||||
Loading…
Reference in New Issue