From 381994a727707edb922907bd0222a699fbcb9671 Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Mon, 28 Jul 2025 09:14:14 +0200 Subject: [PATCH] add .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e5a6d4e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.gitattributes export-ignore +.gitignore export-ignore +.project export-ignore +/nbproject export-ignore +phpdoc.dist.xml export-ignore