forked from bytebeamio/rumqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (32 loc) · 758 Bytes
/
.gitattributes
File metadata and controls
39 lines (32 loc) · 758 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
* text=auto eol=lf
# Source code
*.go -text diff=golang
*.html text diff=html
*.js text
*.json text
*.rs text diff=rust
*.sh text eol=lf
*.txt text
# Docker
Dockerfile text
Dockerfile.* text
# Documentation
*.md text diff=markdown
LICENSE text
# Configs
.editorconfig text
.gitattributes text
go.mod text
go.sum text
*.lock text -diff
package.json text
package-lock.json text -diff
*.toml text diff=toml
*.yaml text
*.yml text
# Graphics
*.png binary
# RC files
*.*rc text
# Ignore files
*.*ignore text