arkanum/.gitignore
OCram85 5ef273ab10
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
add more gitignore items (#89)
### 📖 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

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