arkanum/.gitignore

19 lines
256 B
Plaintext
Raw Permalink Normal View History

2022-09-29 15:47:57 +02: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
# Ignore NodeJS stuff
node_modules
docs/.vitepress/cache