File: .gitattributes

package info (click to toggle)
plover 4.0.0~dev10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,644 kB
  • sloc: python: 17,030; sh: 664; ansic: 25; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*      text=auto
*.bat  text eol=crlf
*.bmp  binary
*.cfg  text
*.icns binary
*.json text
*.md   text
*.png  binary
*.po   text
*.psd  binary
*.py   text
*.rst  text
*.sh   text eol=lf
*.svg  text
*.toml text
*.txt  text
*.ui   text
*.yml  text