vue-admin-beautiful/.gitignore
hdtopku 44a84d43f9
Update .gitignore
添加yarn.lock忽略
2021-02-15 16:49:28 +08:00

28 lines
265 B
Plaintext

.DS_Store
node_modules
dist
package-lock.json
yarn.lock
*.zip
# 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?