forked from sholladay/os-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
50 lines (42 loc) · 934 Bytes
/
.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
# Configuration for moving files between your working directory and the git database.
* text=auto
# Commit these with Unix line endings...
# Source code.
*.svg text
*.json text
*.js text eol=lf
*.css text eol=lf diff=css
*.html text eol=lf diff=html
*.xml text diff=html
*.sh text eol=lf
*.bat text
# Templates and lists.
*.csv text
# Documentation.
*.md text
*.txt text
*.doc diff
*.docx diff
*.rtf diff
*.pdf diff
LICENSE text
LICENSES text
AUTHORS text
CONTRIBUTORS text
# Configuration files.
.gitignore text
.gitattributes text
.editorconfig text
# Leave line endings alone for these...
# Multimedia and compressed storage.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.gz binary
*.zip binary
*.woff2 binary