From 6e8956fa55cc19d6491947fb7091514d0decc528 Mon Sep 17 00:00:00 2001 From: kasper Franz Date: Tue, 22 Oct 2019 07:57:54 +0100 Subject: [PATCH] Make the output for production more clean --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c92f9f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +test export-ignore +.gitattributes export-ignore +.gitignore export-ignore +README.md export-ignore +phpunit.xml export-ignore