Spaces:
Running
Running
chore: remove .claude directory from remote repository
Browse filesThe .claude directory contains local settings and auto memory that
should not be tracked in version control. Keeping it local only.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- .claude/settings.local.json +0 -24
.claude/settings.local.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"permissions": {
|
| 3 |
-
"allow": [
|
| 4 |
-
"Bash(gh pr create:*)",
|
| 5 |
-
"Bash(git add:*)",
|
| 6 |
-
"Bash(git commit -m \"$\\(cat <<''EOF''\nchore: simplify Dockerfile by removing unnecessary dependencies\n\nRemove apt packages that aren''t needed for running Next.js:\n- Graphics libraries \\(libgl1, libegl\\) - not needed for web apps\n- Build tools \\(build-essential, cmake\\) - app is pre-built\n- ffmpeg - videos are served client-side, no server processing\n- git, wget - files copied directly in build\n\nThe bun base image has everything needed to run the Next.js app.\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
| 7 |
-
"Bash(git push:*)",
|
| 8 |
-
"Bash(gh api:*)",
|
| 9 |
-
"WebFetch(domain:raw.githubusercontent.com)",
|
| 10 |
-
"Bash(curl:*)",
|
| 11 |
-
"Bash(git checkout:*)",
|
| 12 |
-
"Bash(git commit:*)",
|
| 13 |
-
"Bash(bun run type-check:*)",
|
| 14 |
-
"Bash(npx tsc:*)",
|
| 15 |
-
"Bash(/Users/mishig/.bun/bin/bun run build:*)",
|
| 16 |
-
"Bash(gh run view:*)",
|
| 17 |
-
"Bash(/Users/mishig/.bun/bin/bun install:*)",
|
| 18 |
-
"Bash(/Users/mishig/.bun/bin/bun run type-check:*)",
|
| 19 |
-
"Bash(/Users/mishig/.bun/bin/bun run lint:*)",
|
| 20 |
-
"Bash(/Users/mishig/.bun/bin/bun run format:check:*)",
|
| 21 |
-
"Bash(/Users/mishig/.bun/bin/bun run format:*)"
|
| 22 |
-
]
|
| 23 |
-
}
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|