diff --git a/.gitignore b/.gitignore index 575162f..202f8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.log node_modules/ .vuepress/dist/ -*.lock \ No newline at end of file +package-lock.json +yarn.lock \ No newline at end of file