fix: correct path for package-lock.json in .gitignore

This commit is contained in:
2025-03-26 10:47:22 +05:30
parent b7b29f9522
commit 13ef95945b

2
app/.gitignore vendored
View File

@@ -2,7 +2,7 @@
# dependencies
/node_modules
/.package-lock.json
/package-lock.json
/.pnp
.pnp.js