diff --git a/.gitignore b/.gitignore index 41844a1fc..95f88cb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -275,4 +275,7 @@ __pycache__/ **/Baget.UI/dist/ # Ignore database file -**/baget.db \ No newline at end of file +**/baget.db + +## Ignore package log +package-lock.json \ No newline at end of file