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

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# --- OS / Editor ---
.DS_Store
Thumbs.db
# VS Code / JetBrains
.vscode/
.idea/
*.swp
# --- PowerShell / temp ---
*.tmp
*.temp
*.bak
# --- Logs & runtime output ---
*.log
Logs/
logs/
# --- WinSCP / script output (falls du mal Output umleitest) ---
WinSCP.log
# --- Windows build/artifacts ---
bin/
obj/
# --- IMPORTANT: ensure PS scripts are not ignored by accident ---
!*.ps1
!*.psm1
!*.psd1