test: 1
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
# 方便忽略打包时不需要的文件 “pc”就是“dist”文件改的名字
|
||||
/pc/
|
||||
package-lock
|
||||
# package.json
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
# Ignore Vue configuration files
|
||||
vue.config.js
|
||||
# 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