- 添加环境变量配置(.env, .env.dev, .env.test, .env.prod) - 添加Docker配置(.dockerignore) - 添加Nginx部署配置(nginx.conf) - 添加Netlify部署配置(netlify.toml) - 添加HTML入口文件(index.html)
9 lines
65 B
Plaintext
9 lines
65 B
Plaintext
/node_modules
|
|
/.git
|
|
/.gitignore
|
|
/.vscode
|
|
/.DS_Store
|
|
/*.md
|
|
/dist
|
|
|