config/.gitignore

15 lines
198 B
Plaintext
Raw Permalink Normal View History

2024-02-14 13:33:51 +01:00
# 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