From bef414301810462be9e3d33ff6f3fab2b7b43263 Mon Sep 17 00:00:00 2001 From: beatrice Date: Tue, 13 Jul 2021 16:42:39 +0800 Subject: [PATCH 1/2] Remove lfs files and server --- sample/mobilenet.zip | 3 --- sample/yolo.zip | 3 --- server/cache/.gitkeep | 0 server/cache/README.md | 3 --- 4 files changed, 9 deletions(-) delete mode 100644 sample/mobilenet.zip delete mode 100644 sample/yolo.zip delete mode 100644 server/cache/.gitkeep delete mode 100644 server/cache/README.md diff --git a/sample/mobilenet.zip b/sample/mobilenet.zip deleted file mode 100644 index 19d330b9..00000000 --- a/sample/mobilenet.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b203ba79a861d34a6914b7035a79c9e7d959ca3c830f0257057b8bc1749e8281 -size 45524531 diff --git a/sample/yolo.zip b/sample/yolo.zip deleted file mode 100644 index 2d8f5d94..00000000 --- a/sample/yolo.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8093124ad047a85e91cfc1a507b228b040570d778b3a37c8e0f4c07fd46d35e1 -size 230552106 diff --git a/server/cache/.gitkeep b/server/cache/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/server/cache/README.md b/server/cache/README.md deleted file mode 100644 index 3122b226..00000000 --- a/server/cache/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Portal Caching Directory - -This file is needed for building the caching directory during the electron build. Please do not delete. From fc21e995d834503546c5133ae0992f222923981f Mon Sep 17 00:00:00 2001 From: beatrice Date: Tue, 13 Jul 2021 16:43:35 +0800 Subject: [PATCH 2/2] Remove .gitattributes --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 486a2325..00000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.zip filter=lfs diff=lfs merge=lfs -text