Skip to content

Commit 0253a32

Browse files
committed
chore: update .gitignore
1 parent 6c065c5 commit 0253a32

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.claude/settings.local.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm test *)",
5+
"Bash(awk '{print $5, $9}')",
6+
"Bash(npm run test:e2e)",
7+
"Bash(npm run mock:*)",
8+
"Bash(npm run build)"
9+
],
10+
"deny": [
11+
"Read(.env.local)",
12+
"Read(config.js)",
13+
"Read(config.local.js)"
14+
]
15+
}
16+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# next.js
1414
/.next/
1515
/out/
16+
next-env.d.ts
1617

1718
# production
1819
/build
@@ -46,7 +47,7 @@ config.local.js
4647
.github/copilot-instructions.md
4748
.github/copilot/*.md
4849
.github/copilot/**/*.md
49-
.claude
50+
#.claude
5051

5152
# images
5253
# can i use case-insensitive?

next-env.d.ts

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

0 commit comments

Comments
 (0)