From 0fd19907c6f98cc921f092fc6a6d1c7c9972dfa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Beni=C4=87?= Date: Wed, 6 Jun 2018 15:26:28 +0200 Subject: [PATCH] Adding git attributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12e0306 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.* export-ignore +CHANGELOG.txt export-ignore +composer.* export-ignore +Gruntfile.js export-ignore +package.json export-ignore +package-lock.json export-ignore +phpcs.xml export-ignore +phpunit.* export-ignore +README.md export-ignore +tests export-ignore +bin export-ignore \ No newline at end of file