forked from gerbera/gerbera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
52 lines (48 loc) · 782 Bytes
/
.gitattributes
File metadata and controls
52 lines (48 loc) · 782 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
* text=auto
###### Git
.gitattributes text eol=lf
.gitignore text eol=lf
.gitconfig text eol=lf
.gitmodules text eol=lf
# Documents
*.sh text eol=lf
*.sql text eol=lf
*.md text eol=lf
*.csv text eol=lf
*.css text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.dockerignore text
AUTHORS text eol=lf
Dockerfile* text eol=lf
*.txt text eol=lf
# Configuration
*.ini text eol=lf
*.json text eol=lf
*.txt text eol=lf
*.xml text eol=lf
.editorconfig text eol=lf
*.yml text eol=lf
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.bmp binary
*.pdf binary
*.svg text
*.webp binary
# Archives
*.tar binary
*.zip binary
##### Language
# C/C++
*.c text eol=lf
*.cc text eol=lf
*.h text eol=lf
# Other
*.py text eol=lf
*.js text eol=lf