diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-22 06:13:22 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-22 07:13:22 +0300 |
commit | d542679321184eeacaeee7e39cd35755f3af7328 (patch) | |
tree | 1574f8e45370b0eb8fc2e0b93a96ba8fb53b0460 /.gitattributes | |
parent | 105012f3b62447aa4366841b6294c13898ae934e (diff) | |
download | vaadin-framework-d542679321184eeacaeee7e39cd35755f3af7328.tar.gz vaadin-framework-d542679321184eeacaeee7e39cd35755f3af7328.zip |
Rename `.gitattribute` to `.gitattributes` (#10061)
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
|