Marco Blessing
7708df9b66
* update pwsh style in store files * update pwsh style in item files * update pwsh style in connection files * update pwsh style in certificate files * update pwsh style in private files * update pwsh style in drone helper * update meta * fix pwsh style * fix output type * fix typo in OutputType * update appveyor build mode * debugging build mode * wip * test windows pipeline * fix typo * simplify drone setup * update readme * remove deprecated cicd setup * update pwsh style
25 lines
483 B
Plaintext
25 lines
483 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
|
|
*.pfx filter=lfs diff=lfs merge=lfs -text
|