summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 19fe44d3d6059f3fb3c665b2e8ff2e1972386d09 (plain)
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
# The default behavior
* text=auto

*.java text
*.xml text
*.htm text
*.html text
*.js text
*.bnd text
*.svg text
*.md text
*.txt text
*.css text
*.scss text
*.md text

# To be verified
*.graffle binary

.gitattributes text
.gitignore text
.gitmodules text

.classpath text
.project text
*.prefs text