add more gitignore items (#89)
ci/woodpecker/push/ci Pipeline was successful Details

### 📖 Summary

- add node_modues
- vitepress items

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #89
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
This commit is contained in:
OCram85 2024-02-08 07:32:32 +01:00 committed by OCram85
parent b0553b1c16
commit 5ef273ab10
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -12,3 +12,7 @@ data/*.csv
# Ignore Pester test result files
coverage.xml
testResults.xml
# Ignore NodeJS stuff
node_modules
docs/.vitepress/cache