From f67d9b37427e04863adcbc3fecdfd82c121fd942 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 18 Jul 2023 19:41:41 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c849eaf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.github/ export-ignore +tests/ export-ignore +.coveralls.yml export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore