forked from phenriquiu/OpenCode_Ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
55 lines (46 loc) · 653 Bytes
/
Copy path.gitattributes
File metadata and controls
55 lines (46 loc) · 653 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
45
46
47
48
49
50
51
52
53
54
55
# Auto detect text files and perform LF normalization
* text=auto
# Python sources
*.py text diff=python
*.pyw text
# Shell scripts
*.ps1 text
*.sh text eol=lf
# Configuration
*.json text
*.toml text
*.yml text
*.yaml text
*.ini text
# Documentation
*.md text
*.tex text
*.txt text
*.rst text
# Web
*.html text
*.css text
*.js text
*.ts text
*.jsx text diff=javascript
*.tsx text
# LaTeX
*.bib text
*.cls text
*.sty text
# SVG - treat as text
*.svg text
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.db binary
*.sqlite binary
# Git
*.gitignore text
.gitattributes text