Skip to content

Commit 5b4a167

Browse files
authored
.resource: disable git-lfs to support synchronization to Gitee (#199)
- remove .gitattributes to keep git commit id( git lfs migrate export will rebuild commit id) - add go.mod to .resources directory to avoid pulling large file resources into this path - .resource => .resources-without-git-lfs(make all files under .resource to actual file content)
1 parent e025145 commit 5b4a167

File tree

77 files changed

+36
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+36
-118
lines changed

.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.
104 KB

.resources-without-git-lfs/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// DO NOT USE! This module exists solely to avoid pulling large file resources into this path
2+
module trpc.group/trpc-go/trpc-go/.resources-without-git-lfs
3+
4+
go 1.18
383 KB
238 KB
224 KB
356 KB
149 KB
25.2 KB

0 commit comments

Comments
 (0)