Browse Source

Add .gitattribute, to automatically handle text files end-of-line (#10052)

tags/8.2.0.alpha2
Ahmed Ashour 6 years ago
parent
commit
105012f3b6
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      .gitattribute

+ 17
- 0
.gitattribute View File

@@ -0,0 +1,17 @@
# 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
# To be verified
*.graffle binary

Loading…
Cancel
Save