From 92aee98141b89c91e7548cd0bbaea55fb55578f2 Mon Sep 17 00:00:00 2001 From: Maurits van der Schee Date: Sun, 19 Feb 2023 10:05:49 +0100 Subject: [PATCH] add gitattributes, see #948 --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..7ee36d91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +/docker/ export-ignore +/examples/ export-ignore +/extras/ export-ignore +/src/index.php export-ignore +/tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.htaccess export-ignore +/*.php export-ignore +/*.sh export-ignore +/docker-compose.yml export-ignore +/Dockerfile export-ignore