From 085d8f881fb2066820de3cf031c49cdffbf4dd99 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Thu, 19 Nov 2015 19:14:35 +1300 Subject: [PATCH] Added standard git attributes --- .gitattributes | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4139efc..475f5f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,21 +1,6 @@ -# Ignore exporting of these -/tests export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.travis.yml export-ignore +/tests export-ignore +/docs export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore /.scrutinizer.yml export-ignore -docs/ export-ignore - -# Force line ending normalization inside repo to LF -* text=auto - -# Explicitly declare text files that should be normalized and converted -# to native line endings on checkout. -*.md text -*.LICENCE text -*.json text -*.scss text -*. text - -# Declare files that should be converted to tabspace instead of whitespace -*.php filter=tabspace