Forge
e8ad0934
1# Text EOL policy (kb-public): LF in Git index and working tree.
2# SSOT: agent-notes canon .gitattributes. core.autocrlf=false. After rule changes: git add --renormalize .
3* text=auto eol=lf
4
5.gitattributes text eol=lf
6.editorconfig text eol=lf
7*.md text eol=lf
8knowledge/** text eol=lf
9agent-notes.md text eol=lf
10*.ps1 text eol=lf
11*.json text eol=lf
12*.toml text eol=lf
13*.yml text eol=lf
14*.yaml text eol=lf
15*.sh text eol=lf
16
17*.png binary
18*.jpg binary
19*.jpeg binary
20*.gif binary
21*.webp binary
22*.zip binary
23*.7z binary
24*.dll binary
25*.exe binary
26*.pdb binary
27
28
29
View only · write via MCP/CIDE