From d542679321184eeacaeee7e39cd35755f3af7328 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 22 Sep 2017 06:13:22 +0200 Subject: Rename `.gitattribute` to `.gitattributes` (#10061) --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') 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 -- cgit v1.2.3