From d197ec8cdb6191e8057c8feb1382e3ab2efe75f7 Mon Sep 17 00:00:00 2001 From: Lawrence Onah Date: Tue, 23 Aug 2022 17:19:02 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bb83cf2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github/ export-ignore +/docs/ export-ignore +/tests/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +onesignal.png export-ignore +phpunit.xml export-ignore