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
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Claude Code
|
||||||
|
.claude
|
||||||
|
|
||||||
|
# Release
|
||||||
|
release/
|
||||||
|
*.zip
|
||||||
|
|
||||||
# Obsidian
|
# Obsidian
|
||||||
data.json
|
data.json
|
||||||
|
|||||||
Reference in New Issue
Block a user