arkanum/.gitignore
Visual Studio Code Server Customization bab903d7d0 Initial commit
2022-09-29 15:47:57 +02:00

15 lines
198 B
Plaintext

# 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