From d46cc89217df5c3c4a02e899dc6efb145ab95dea Mon Sep 17 00:00:00 2001 From: "xetdata[bot]" <148298128+xetdata[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:43:26 +0000 Subject: [PATCH] Configured repository to use git-xet. --- .gitattributes | 4 ++++ .xet/config.toml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .xet/config.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8430cfcf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# XET LOCK +* filter=xet diff=xet merge=xet -text +*.gitattributes filter= +*.xet/** filter= diff --git a/.xet/config.toml b/.xet/config.toml new file mode 100644 index 00000000..a51db04e --- /dev/null +++ b/.xet/config.toml @@ -0,0 +1,4 @@ +[upstream] +origin_type = "github" +user_name = "Charmve" +repo_name = "Surface-Defect-Detection"