Compare commits

...

2 Commits

Author SHA1 Message Date
OCram85 fb9ef19431 Merge branch 'master' into renovate/quay.io-linuxserver.io-code-server-4.x
ci/woodpecker/pr/ci Pipeline was successful Details
2024-02-08 07:32:42 +01:00
OCram85 5ef273ab10 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: CodeServer/arkanum#89
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
2024-02-08 07:32:32 +01:00
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