Template
1
0

adds git config

This commit is contained in:
2022-08-01 09:46:57 +02:00
parent b217b2019c
commit cf12903c22
3 changed files with 48 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