PSCredentialStore/.gitignore

22 lines
319 B
Plaintext
Raw Permalink Normal View History

# 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
# Optional build state file
STATE.xml