- 添加主页面 linear-workflow.html - 添加项目配置文件 package.json - 添加部署说明文档 README.md - 包含所有设计资源文件 - 实现交互式流程图展示 - 支持本地部署在 127.0.0.1:5175
23 lines
181 B
Plaintext
23 lines
181 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log |