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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Auto-detect text files and normalize line endings where appropriate
* text=auto
# Force LF for shell scripts and Makefiles
*.sh text eol=lf
Makefile text eol=lf
# Force CRLF for PowerShell scripts on Windows
*.ps1 text eol=crlf
# Mark common binary formats
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.tar binary
*.gz binary
*.bz2 binary
*.7z binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.wasm binary
# Exclude vendored/generated directories from language statistics
/target/** linguist-vendored
/frontend/node_modules/** linguist-vendored
/frontend/dist/** linguist-vendored
# Ensure exported archives don't include local development files
/.vscode/** export-ignore
/.venv/** export-ignore
*.js linguist-vendored
*.jsx linguist-vendored
*.go linguist-vendored
*.lock linguist-vendored
*.svg linguist-vendored
*.toml linguist-vendored
*.ts linguist-vendored
*.tsx linguist-vendored
*.css linguist-vendored
*.html linguist-vendored
*.json linguist-vendored
*.yml linguist-vendored
*.txt linguist-vendored
*.py linguist-vendored
*.sh linguist-vendored
*.ps1 linguist-vendored
makefile linguist-vendored
Makefile linguist-vendored
/docs/ linguist-vendored
/docs/ linguist-vendored
*.md export-ignore