-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
77 lines (67 loc) · 1.5 KB
/
.gitattributes
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Auto detect
* text=auto
##### Linux
*.sh text eol=lf
*.so binary
# Script
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.sh text eol=lf
# Front-end file
*.css text
*.htm text diff=html
*.html text diff=html
# Json Format
*.json text
# Typescript/Javascirpt
*.js text
*.ts text
# C/C++
*.c text
*.cc text
*.cxx text
*.cpp text
*.c++ text
*.hpp text
*.h text
*.h++ text
*.hh text
*.slo binary
*.lo binary
*.o binary
*.obj binary
*.gch binary
*.pch binary
*.so binary
*.dylib binary
*.dll binary
*.lai binary
*.la binary
*.a binary
*.lib binary
*.exe binary
*.out binary
*.app binary
# Docker
*.dockerignore text
Dockerfile text
# Documentation
*.md text
license text
LICENSE text
*README* text
# Linters
.eslintrc.js text
# Configs
*.cnf text
*.conf text
*.config text
.editorconfig text
.env text
.gitattributes text
.gitconfig text
.prettierrc text
*.yaml text
*.yml text
Makefile text