# Symlinks in claude-code-plugin/ point to repo-root content.
# Windows users must clone with core.symlinks=true (requires Developer Mode).
claude-code-plugin/CHANGELOG.md      symlink
claude-code-plugin/LICENSE            symlink
claude-code-plugin/CONTRIBUTING.md    symlink
claude-code-plugin/SECURITY.md        symlink
claude-code-plugin/CODE_OF_CONDUCT.md symlink
claude-code-plugin/docs/**            symlink
claude-code-plugin/templates          symlink
claude-code-plugin/example            symlink

# Keep shell/workflow files LF so macOS /bin/bash parses them consistently.
*.sh                                  text eol=lf
*.yml                                 text eol=lf
*.yaml                                text eol=lf

# Keep PowerShell scripts as text (native EOL can be checked out per platform).
*.ps1                                 text
