mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
a8a9cc28b1
- Add CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md - Add .gitattributes for line ending normalization - Add GitHub issue templates (bug report, feature request) - Add pull request template - Add publish.yml workflow for PSGallery publication on tag push Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
438 B
Plaintext
30 lines
438 B
Plaintext
# Auto-detect text files and normalize line endings
|
|
* text=auto
|
|
|
|
# Source code
|
|
*.cs text diff=csharp
|
|
*.csproj text
|
|
*.sln text eol=crlf
|
|
*.ps1 text
|
|
*.psm1 text
|
|
*.psd1 text
|
|
|
|
# Documentation
|
|
*.md text diff=markdown
|
|
*.yml text
|
|
*.yaml text
|
|
*.json text
|
|
|
|
# Binary
|
|
*.dll binary
|
|
*.exe binary
|
|
*.pdb binary
|
|
*.iso binary
|
|
*.img binary
|
|
|
|
# Ensure shell scripts use LF
|
|
*.sh text eol=lf
|
|
|
|
# Ensure PowerShell format files use platform default
|
|
*.ps1xml text
|