feat: 添加忽略文件
This commit is contained in:
7
.env.development
Normal file
7
.env.development
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
NODE_ENV=development
|
||||||
|
#测试
|
||||||
|
# VUE_APP_BASE_URL=http://101.43.22.43:10010/
|
||||||
|
VUE_APP_BASE_URL=http://192.168.111.193:10010/
|
||||||
|
VUE_BASE_API_URL=/
|
||||||
|
# VUE_WEBSOKET_URL=http://127.0.0.1:10030/
|
||||||
|
VUE_WEBSOKET_URL=http://192.168.111.193:10030/
|
||||||
5
.env.prod
Normal file
5
.env.prod
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
NODE_ENV=development
|
||||||
|
#正式
|
||||||
|
VUE_APP_BASE_URL=http://192.168.181.237:10010/
|
||||||
|
VUE_BASE_API_URL=/
|
||||||
|
VUE_WEBSOKET_URL=http://127.0.0.1:10030/
|
||||||
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/dist
|
||||||
|
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
Reference in New Issue
Block a user