Compare commits
2 Commits
31c757f1fe
...
8e4b85c172
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e4b85c172 | |||
| d08612205b |
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git init:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git remote add:*)",
|
||||
"Bash(npm install:*)",
|
||||
"Bash(npm run build:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -13,5 +13,12 @@ main.js
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Claude Code
|
||||
.claude
|
||||
|
||||
# Release
|
||||
release/
|
||||
*.zip
|
||||
|
||||
# Obsidian
|
||||
data.json
|
||||
|
||||
Reference in New Issue
Block a user