From 86d2e9af247c46c7c4fe2c2a84fc1cff55e51c3b Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Thu, 7 Dec 2017 17:59:18 +0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f9cc59fc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +* text=auto + +/.github export-ignore +/tests export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.styleci.yml export-ignore +.scrutinizer.yml export-ignore +phpunit.xml export-ignore +nginx.conf.sample export-ignore +bower.json export-ignore +.bowerrc export-ignore