From bbb9bd0afb584fe558b38276cd4ea49094e9f00b Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Fri, 20 Mar 2020 20:51:40 +0300 Subject: [PATCH] Create .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..778964a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Files and folders here will be not included when creating package +/tests export-ignore +/.github export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore \ No newline at end of file