Add PS SFTP/Fileshare check script and git hygiene files

This commit is contained in:
2026-01-30 21:50:57 +01:00
parent 3f2393c19d
commit d454186815
3 changed files with 173 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# Normalize line endings
* text=auto
# PowerShell scripts: treat as text and ensure LF in repo
*.ps1 text eol=lf
*.psm1 text eol=lf
*.psd1 text eol=lf