-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (40 loc) · 944 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (40 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Force LF line endings for all text files on all platforms
* text=auto
# Explicitly specify text files to always use LF
*.py text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.cfg text eol=lf
*.ini text eol=lf
*.sh text eol=lf
*.bash text eol=lf
*.fish text eol=lf
*.ps1 text eol=lf
*.bat text eol=lf
*.cmd text eol=lf
*.Dockerfile text eol=lf
Makefile text eol=lf
# Binary files (no conversion)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary
*.whl binary
*.egg binary
*.parquet binary
# Node.js files (package-lock must stay as-is to avoid npm issues)
package-lock.json binary
ts-src/package-lock.json binary
# Exclude nested git repos from top-level tracking
MiniCode-fork/
claude-code-src/claude-code/
superpowers-zh/