2022-06-28 08:56:33 +02:00
|
|
|
# Don't local track test builds
|
|
|
|
bin/PSCredentialStore.zip
|
|
|
|
bin/PSCredentialStore/*
|
|
|
|
|
|
|
|
# Basic ignore patterns
|
|
|
|
*.log
|
|
|
|
*.secret
|
|
|
|
|
|
|
|
# data dir related prod files
|
|
|
|
data/*.csv
|
|
|
|
|
|
|
|
# Ignore templ build artifacts
|
|
|
|
/bin/*
|
|
|
|
!bin/.gitkeep
|
|
|
|
|
|
|
|
# Ignore Unit Test result files
|
|
|
|
coverage.xml
|
|
|
|
testResults.xml
|
2022-07-04 12:44:43 +02:00
|
|
|
|
|
|
|
# Optional build state file
|
|
|
|
STATE.xml
|