Files
Clint Branham a8a9cc28b1 chore: add community files and PSGallery publish workflow
- 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>
2026-03-20 12:22:13 -05:00

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