From 223b37afff47d4334aab3f6453a6367aaad6cae2 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 19 Jun 2024 14:24:09 +0200 Subject: [PATCH] Exclude non-essential files in production environments --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ea7c2bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto eol=lf + +/tests export-ignore +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpstan.neon export-ignore +/CHANGELOG.md export-ignore +/README.md export-ignore +/UPGRADE.md export-ignore