feat: add electron dist to ignore (#54)

This commit is contained in:
Hawtim Zhang 2020-10-27 23:51:59 +08:00 committed by GitHub
parent e3f783cb65
commit 18a3281396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,6 +1,7 @@
.DS_Store .DS_Store
node_modules node_modules
/dist /dist
dist_electron
# local env files # local env files
@ -24,3 +25,4 @@ pnpm-debug.log*
*.sw? *.sw?
.vercel .vercel
NeteaseCloudMusicApi-master.zip

View file

@ -1,4 +1,5 @@
build build
coverage coverage
dist dist
napi