From c3ca0e14fa4ca8c790db81efed8313851e079db1 Mon Sep 17 00:00:00 2001 From: Karel Wintersky Date: Wed, 1 Nov 2023 14:31:17 +0300 Subject: [PATCH] Create .gitattributes Exclude those files and dirs from installed package --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..df9605c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto +* eol=lf + +.git export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpunit.xml.dist export-ignore +composer.lock export-ignore +travis.yml export-ignore +tests export-ignore + +