Merge Develop to prepare V3 #77

Merged
metal3d merged 98 commits from develop into master 2024-10-29 16:45:05 +00:00
2 changed files with 19 additions and 0 deletions
Showing only changes of commit d2c8d08b7f - Show all commits

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ dist/*
chart/*
*.yaml
*.yml
!.markdownlint.yaml
!generator/*.yaml
doc/venv/*
!doc/mkdocs.yaml

18
.markdownlint.yaml Normal file
View File

@@ -0,0 +1,18 @@
# markdownlint configuration file
default: true
MD013: # Line length
line_length: 240
MD010: # Hard tabs
code_blocks: false
# no inline HTML
MD033: false
# heading as first line element...
MD041: false
# list indentation
MD007:
indent: 4