git ignore package-lock

This commit is contained in:
Sm1les 2021-05-19 18:13:24 +08:00
parent 212b273c23
commit 2720a024ae
1 changed files with 1 additions and 0 deletions

1
fe/.gitignore vendored
View File

@ -6,6 +6,7 @@ yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
package-lock.json
# Editor directories and files
.idea