Skip to content

Commit 27dbc70

Browse files
committed
Push changes for claude code web
1 parent 5a82d30 commit 27dbc70

9 files changed

Lines changed: 3898 additions & 5377 deletions

File tree

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm install:*)",
5+
"Bash(npm run build:*)",
6+
"Bash(git -C \"C:\\Users\\Cope\\Documents\\GitHub\\FlashForgeUI-Electron\" branch --show-current)"
7+
],
8+
"deny": [],
9+
"ask": []
10+
}
11+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ out/
1717
.env.local
1818
.env.*.local
1919

20+
# NPM authentication
21+
.npmrc
22+
2023
# Logs
2124
logs/
2225
*.log

0 commit comments

Comments
 (0)