generated from Templates/Baseline
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
### 📖 Summary - add node_modues - vitepress items ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: CodeServer/arkanum#89 Co-authored-by: OCram85 <marco.blessing@googlemail.com> Co-committed-by: OCram85 <marco.blessing@googlemail.com>
19 lines
256 B
Plaintext
19 lines
256 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
|
|
|
|
# Ignore NodeJS stuff
|
|
node_modules
|
|
docs/.vitepress/cache
|