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
|
||||||
13
.project.json
Normal file
13
.project.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "米乐域名资产管理",
|
||||||
|
"description": "米乐公司17个域名的状态追踪与资产管理",
|
||||||
|
"status": "active",
|
||||||
|
"created": "2026-04-11",
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"port": 4480,
|
||||||
|
"label": "dev",
|
||||||
|
"fixed": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user