From fb01c3f5f5b6d7f8032ecb12aadb9acbfc4dbb7d Mon Sep 17 00:00:00 2001 From: Didier Viret Date: Wed, 10 Jul 2024 15:50:06 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..834f927 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Exclude some files and directories from the project's releases +/.gitignore export-ignore +/.gitattributes export-ignore +/conventions.md export-ignore +/phpunit.xml.dist export-ignore +/.github/ export-ignore +/documentation/ export-ignore +/tests/ export-ignore \ No newline at end of file