From cb67c780a3d29d9508851e37a69999c7747524b2 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Sun, 17 Oct 2021 11:43:42 +0200 Subject: [PATCH] fix: Updated attributes and corrected license file typo --- .gitattributes | 5 +++++ LICENCE => LICENSE | 0 2 files changed, 5 insertions(+) create mode 100644 .gitattributes rename LICENCE => LICENSE (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d7631804 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.asset-template.json.hb export-ignore +/.import export-ignore \ No newline at end of file diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE