mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-10 22:36:52 +00:00
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>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user