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": "定制化开源项目以适配公司内部需求,整合企业内部常用工具和平台",
|
||||
"status": "active",
|
||||
"created": "2026-04-05",
|
||||
"ports": [
|
||||
{
|
||||
"port": 4450,
|
||||
"label": "dev",
|
||||
"fixed": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user