Browse Source

Merge pull request #375 from colinin/4.4.1

add ignore with package-lock.json
pull/396/head
yx lin 4 years ago
committed by GitHub
parent
commit
714ee10ebb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      vueJs/.gitignore

1
vueJs/.gitignore

@ -5,6 +5,7 @@ vue.config.js
.env.production
task
yarn.lock
package-lock.json
/tests/e2e/videos/
/tests/e2e/screenshots/

Loading…
Cancel
Save