chore: gitignore node_modules (Playwright for web-UI verification)

This commit is contained in:
2026-07-06 15:20:32 -07:00
parent 263ec2917b
commit d75c4e8e39
+4
View File
@@ -121,3 +121,7 @@ graphify-out/*
*.db *.db
*.db-shm *.db-shm
*.db-wal *.db-wal
# Node deps (Playwright for web-UI DOM verification — see persistent-memory)
node_modules/
package-lock.json