From c75fa47e6db0c9b63d37122e1c226806c8a078fa Mon Sep 17 00:00:00 2001 From: Karel Wintersky Date: Wed, 26 Jan 2022 14:44:20 +0300 Subject: [PATCH] Create .gitattributes Exclude those files from installed composer package --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ccdeed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto +* eol=lf + +.git export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitlab-ci.yml export-ignore +.github export-ignore +tests export-ignore +vendor export-ignore +actions.phpunit.xml export-ignore +