ignore package lock to avoid conflicts

This commit is contained in:
Fazri Gading
2026-01-18 20:11:09 +08:00
parent 224f3f77fb
commit 23e32b3688

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
dist/*
node_modules/*
node_modules/*
package-lock.json # Ignore package lock to avoid conflicts with yarn.lock