Skip to content

Commit d78c12e

Browse files
committed
file moves
1 parent 19ac1af commit d78c12e

210 files changed

Lines changed: 2780 additions & 78876 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"playwright",
4141
"serena"
4242
],
43-
"outputStyle": "default"
43+
"outputStyle": "default",
44+
"enableAllProjectMcpServers": true
4445
}
File renamed without changes.

.gitignore

Lines changed: 32 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,32 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
3-
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.*
7-
.yarn/*
8-
!.yarn/patches
9-
!.yarn/plugins
10-
!.yarn/releases
11-
!.yarn/versions
12-
13-
# testing
14-
/coverage
15-
16-
# next.js
17-
/.next/
18-
/out/
19-
20-
# production
21-
/build
22-
23-
# misc
24-
.DS_Store
25-
*.pem
26-
27-
# debug
28-
npm-debug.log*
29-
yarn-debug.log*
30-
yarn-error.log*
31-
.pnpm-debug.log*
32-
33-
# env files (can opt-in for committing if needed)
34-
.env*
35-
36-
# vercel
37-
.vercel
38-
39-
# typescript
40-
*.tsbuildinfo
41-
next-env.d.ts
42-
43-
*storybook.log
44-
storybook-static
45-
46-
# Playwright
47-
node_modules/
48-
/test-results/
49-
/playwright-report/
50-
/blob-report/
51-
/playwright/.cache/
52-
53-
# いろいろな一時ファイルを置く
54-
log/
55-
# clerk configuration (can include secrets)
56-
/.clerk/
57-
e2e/.clerk
58-
59-
# convex
60-
convex-seeds/backup
1+
node_modules
2+
.DS_Store
3+
dist
4+
dist-ssr
5+
*.local
6+
count.txt
7+
.env
8+
.nitro
9+
.tanstack
10+
11+
12+
# env files (can opt-in for committing if needed)
13+
.env*
14+
15+
*storybook.log
16+
storybook-static
17+
18+
# Playwright
19+
node_modules/
20+
/test-results/
21+
/playwright-report/
22+
/blob-report/
23+
/playwright/.cache/
24+
25+
# いろいろな一時ファイルを置く
26+
log/
27+
# clerk configuration (can include secrets)
28+
/.clerk/
29+
e2e/.clerk
30+
31+
# convex
32+
convex-seeds/backup

.serena/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
-1.14 KB
Binary file not shown.

.serena/memories/project_overview.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

.serena/memories/suggested_commands.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

.serena/memories/task_completion_checklist.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)