diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-16 16:56:17 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-16 17:56:17 +0300 |
commit | 9b4bc1073527214437d41681741ce05f5fc60c56 (patch) | |
tree | cb313abd006cd4a9cbc6f0ff474459c89f246637 /.gitattributes | |
parent | 727accead38ec3a292900054764af59ea89e0fda (diff) | |
download | vaadin-framework-9b4bc1073527214437d41681741ce05f5fc60c56.tar.gz vaadin-framework-9b4bc1073527214437d41681741ce05f5fc60c56.zip |
Add *.properties to .gitattributes (#10180)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 19fe44d3d6..b9720bd912 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,6 +13,7 @@ *.css text *.scss text *.md text +*.properties text # To be verified *.graffle binary |