Marco Blessing
7708df9b66
* update pwsh style in store files * update pwsh style in item files * update pwsh style in connection files * update pwsh style in certificate files * update pwsh style in private files * update pwsh style in drone helper * update meta * fix pwsh style * fix output type * fix typo in OutputType * update appveyor build mode * debugging build mode * wip * test windows pipeline * fix typo * simplify drone setup * update readme * remove deprecated cicd setup * update pwsh style
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
# 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
|