aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: b9720bd912acb8c945c5e35db9b0a438ce5a0153 (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
27
# 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
*.properties text

# To be verified
*.graffle binary

.gitattributes text
.gitignore text
.gitmodules text

.classpath text
.project text
*.prefs text