forked from eclipse-january/january
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
51 lines (43 loc) · 671 Bytes
/
.gitattributes
File metadata and controls
51 lines (43 loc) · 671 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
#
# Explicitly declare files to always be treated as text
#
#Source code
*.java text
*.xml text
*.properties text
*.MF text
*.product text
*.inf text
*.ecore text
# General
*.html text
*.htm text
*.css text
*.txt text
*.sh text
*.md text
*.csv text
#Eclipse
*.prefs text
.project text
.classpath text
#
# Explicitly declare files to always be treated as binary & not converted
#
# Images
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
# Documents
*.doc binary
*.docx binary
*.pdf binary
*.zip binary
# Native libraries
*.dll binary
*.so binary
*.dylib binary