diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-25 18:33:41 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-25 19:33:41 +0300 |
commit | 4113d9bf853f4b47c3e5ad34f84df84b8d755c26 (patch) | |
tree | 8bb21600a5cb68e58dc6d9c14127692c80805d0d /.gitattributes | |
parent | ad2055b10efa4d73d2ae99dd22a15b8c0d4b9396 (diff) | |
download | vaadin-framework-4113d9bf853f4b47c3e5ad34f84df84b8d755c26.tar.gz vaadin-framework-4113d9bf853f4b47c3e5ad34f84df84b8d755c26.zip |
Add some text files to .gitattributes (#10078)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 6cc1e1e505..19fe44d3d6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,15 @@ *.txt text *.css text *.scss text +*.md text # To be verified *.graffle binary + +.gitattributes text +.gitignore text +.gitmodules text + +.classpath text +.project text +*.prefs text |