-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 858 Bytes
/
.gitattributes
File metadata and controls
18 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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