forked from kaitranntt/CLIProxyAPIPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (21 loc) · 924 Bytes
/
.gitattributes
File metadata and controls
24 lines (21 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Plus-only provider dirs — never merge from upstream (original CLIProxyAPI has no equivalent)
internal/auth/codebuddy/** merge=ours
internal/auth/copilot/** merge=ours
internal/auth/cursor/** merge=ours
internal/auth/gitlab/** merge=ours
internal/auth/iflow/** merge=ours
internal/auth/kilo/** merge=ours
internal/auth/kiro/** merge=ours
# Plus-specific registration and deps — resolve as PR, not auto
cmd/server/main.go merge=union
go.mod merge=union
go.sum merge=union
# Our fork-maintenance files — always keep ours
.github/workflows/upstream-sync.yml merge=ours
.gitattributes merge=ours
README-ccs-fork.md merge=ours
# Image references diverge from upstream (Plus publishes official images to
# tamntlib/cli-proxy-api-plus with a GHCR mirror; upstream publishes to
# eceasy/cli-proxy-api). Keep ours so upstream sync does not silently revert
# the image path back to upstream's.
docker-compose.yml merge=ours