Spaces:
Running
Running
Remove Claude metadata from running dashboard
Browse files- .claude/launch.json +0 -12
- .claude/worktrees/elastic-carson +0 -1
- .claude/worktrees/gifted-panini +0 -1
- .claude/worktrees/laughing-einstein +0 -1
- .claude/worktrees/nice-black +0 -1
- .claude/worktrees/pensive-wescoff +0 -1
- .gitignore +1 -0
.claude/launch.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"version": "0.0.1",
|
| 3 |
-
"configurations": [
|
| 4 |
-
{
|
| 5 |
-
"name": "dev",
|
| 6 |
-
"runtimeExecutable": "npm",
|
| 7 |
-
"runtimeArgs": ["start"],
|
| 8 |
-
"port": 3000,
|
| 9 |
-
"cwd": "/Users/lewtun/git/hub/running-dashboard"
|
| 10 |
-
}
|
| 11 |
-
]
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.claude/worktrees/elastic-carson
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 4c9949ae7bb8eb153292391961007181d9b5ba68
|
|
|
|
|
|
.claude/worktrees/gifted-panini
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 722a3f6cae8d4da4e0e60f6872e1e7f949b45b06
|
|
|
|
|
|
.claude/worktrees/laughing-einstein
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 7b6976e66fe1fb535e5a3c908828143ba27fdca1
|
|
|
|
|
|
.claude/worktrees/nice-black
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 5ee1afb16dacd7c09a45595da14ecacb826394fb
|
|
|
|
|
|
.claude/worktrees/pensive-wescoff
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 5ee1afb16dacd7c09a45595da14ecacb826394fb
|
|
|
|
|
|
.gitignore
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
|
| 15 |
# misc
|
| 16 |
.DS_Store
|
|
|
|
| 17 |
.env.local
|
| 18 |
.env.development.local
|
| 19 |
.env.test.local
|
|
|
|
| 14 |
|
| 15 |
# misc
|
| 16 |
.DS_Store
|
| 17 |
+
.claude/
|
| 18 |
.env.local
|
| 19 |
.env.development.local
|
| 20 |
.env.test.local
|