Initial commit

This commit is contained in:
Woodpecker CI Plugins
2024-05-13 10:27:45 +02:00
commit bd4938c24c
13 changed files with 273 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Basic ignore patterns
*.log
*.secret
# data dir related prod files
data/*.csv
# Ignore temp build artifacts
/bin/*
!bin/.gitkeep
# Ignore Pester test result files
coverage.xml
testResults.xml