forked from OCram85/PSCredentialStore
OCram85
6fce8d6a8c
#### 📖 Summary - adds missing `vendor` files into build package. - adds missing `openssl.conf` in build package. - updates libressl / openssl to v3.5.3 #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes - ⚡ See `v1.1.0-dev9` build - https://gitea.ocram85.com/OCram85/PSCredentialStore/releases/tag/v1.1.0-dev9 Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: OCram85/PSCredentialStore#71
26 lines
541 B
Plaintext
26 lines
541 B
Plaintext
# images
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.bmp binary
|
|
*.tiff binary
|
|
*.png binary
|
|
*.svg binary
|
|
*.ico binary
|
|
|
|
# binary files
|
|
*.exe binary
|
|
*.dll binary
|
|
|
|
# PowerShell specific
|
|
*.ps1 working-tree-encoding=UTF-8
|
|
*.psm1 working-tree-encoding=UTF-8
|
|
*.psd1 working-tree-encoding=UTF-8
|
|
|
|
# set markdown to lf for online editing
|
|
*.md working-tree-encoding=UTF-8
|
|
|
|
# Vendor resources config
|
|
src/Vendor/libressl255/* filter=lfs diff=lfs merge=lfs -text
|
|
src/Vendor/libressl/* filter=lfs diff=lfs merge=lfs -text
|
|
*.pfx filter=lfs diff=lfs merge=lfs -text
|