Skip to content

Commit 3ade521

Browse files
changed files to r2
1 parent babff9e commit 3ade521

16 files changed

Lines changed: 42 additions & 25 deletions

.DS_Store

-26 KB
Binary file not shown.

.claude/settings.local.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
"Bash(git diff *)",
1919
"Read(//tmp/**)",
2020
"WebFetch(domain:developers.cloudflare.com)",
21-
"Bash(git checkout *)"
21+
"Bash(git checkout *)",
22+
"mcp__plugin_cloudflare_cloudflare-bindings__accounts_list",
23+
"mcp__plugin_cloudflare_cloudflare-bindings__set_active_account",
24+
"mcp__plugin_cloudflare_cloudflare-bindings__workers_list",
25+
"mcp__plugin_cloudflare_cloudflare-bindings__r2_buckets_list",
26+
"mcp__plugin_cloudflare_cloudflare-builds__workers_builds_set_active_worker",
27+
"mcp__plugin_cloudflare_cloudflare-builds__workers_builds_list_builds",
28+
"mcp__plugin_cloudflare_cloudflare-observability__query_worker_observability",
29+
"mcp__plugin_cloudflare_cloudflare-builds__set_active_account",
30+
"Bash(git rm *)",
31+
"Bash(echo \"exit=$?\")"
2232
]
2333
}
2434
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
.env*
66
!.env.example
77

8+
# macOS metadata
9+
.DS_Store
10+
**/.DS_Store
11+
812
# Large game assets hosted on R2 (bucket: sn4k)
913
break-times/1.12-wasm.html
1014
break-times/amog.html
@@ -14,3 +18,6 @@ break-times/drift/
1418
break-times/karlson/
1519
break-times/ultrakill/
1620
break-times/webfishing/
21+
22+
# Audio hosted on R2 (bucket: sn4k, path: audio/)
23+
audio/

audio/balatro-main.mp3

-3.72 MB
Binary file not shown.

audio/balayoshi.mp3

-15.7 MB
Binary file not shown.

audio/pikmintodaysresults.mp3

-3.13 MB
Binary file not shown.

audio/pinkponyclub.mp3

-4.32 MB
Binary file not shown.

audio/unarmedandharmless.mp3

-1.91 MB
Binary file not shown.

audio/walter.mp3

-3.65 MB
Binary file not shown.

audio/zeldatwilightprincess.mp3

-4.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)