init: project scaffold
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
18
.project.json
Normal file
18
.project.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "项目管家 macOS App",
|
||||
"description": "macOS 原生菜单栏应用,统管项目记忆/端口/ASR进度",
|
||||
"status": "active",
|
||||
"created": "2026-03-22",
|
||||
"ports": [
|
||||
{
|
||||
"port": 4140,
|
||||
"label": "dev",
|
||||
"fixed": true
|
||||
}
|
||||
],
|
||||
"stack": [
|
||||
"SwiftUI",
|
||||
"Swift",
|
||||
"macOS"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user