mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
build: fix Docker/Cloud Run source deploy ignores
.dockerignore excluded plugin/, which is now a compiled package (plugin/embed.go embeds SKILL.md). Add .gcloudignore so source uploads skip node_modules; anchor /bdrive so cmd/bdrive isn't excluded. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UdqEkKvj4Dc2d718mcV6EY
This commit is contained in:
co-authored by
Claude Fable 5
parent
623da892d2
commit
1de5fb1633
@@ -6,5 +6,4 @@ website
|
||||
*.md
|
||||
.goreleaser.yaml
|
||||
.claude
|
||||
plugin
|
||||
/private
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
.git
|
||||
node_modules/
|
||||
/bdrive
|
||||
/dist/
|
||||
/web/docs/dist/
|
||||
/private
|
||||
Reference in New Issue
Block a user