Skip to content

Commit 7329238

Browse files
committed
chore: initial commit
1 parent 40dd21d commit 7329238

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.claude/settings.local.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"disabledMcpjsonServers": [
3+
"context7"
4+
]
5+
}

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules/
2+
.next/
3+
dist/
4+
.env
5+
.env.local
6+
.DS_Store

0 commit comments

Comments
 (0)