-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
55 lines (55 loc) · 832 Bytes
/
Copy path.gitattributes
File metadata and controls
55 lines (55 loc) · 832 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
# my main .gitattributes file
# Last updated: 19-DEC-2025
.* export-ignore
#
* text=auto
#
Makefile text
#
*.adoc text
*.asc text
*.bash text eol=lf
*.bat text eol=crlf
*.c text
*.cmd text eol=crlf
*.css text
*.css.map text
*.csv text
*.h text
*.html text
*.java text
*.js text
*.js.map text
*.json text
*.md text
*.py text
*.sh text eol=lf
*.sql text
*.svg text
*.toml text
*.txt text
*.xml text
*.yaml text
*.yml text
#
*.a binary
*.class binary
*.ear binary
*.eot binary
*.exe binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jpg binary
*.ld binary
*.o binary
*.obj binary
*.pdf binary
*.png binary
*.rar binary
*.ttf binary
*.war binary
*.woff binary
*.woff2 binary
*.zip binary