Skip to content

Commit

Permalink
chore: add package-lock.json into .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Mar 22, 2021
1 parent e22f1d1 commit 2ea1dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/.idea
/.vscode
/.vagrant

/node_modules
npm-debug.log
yarn-error.log
package-lock.json
yarn.lock
/dist
/demo/dist

0 comments on commit 2ea1dc8

Please sign in to comment.