diff options
-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 |