diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c56fd8c904 --- /dev/null +++ b/.gitattributes @@ -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
|