fix: remove accidentally committed hocuspocus node_modules
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run

Add node_modules/ to .gitignore to prevent recurrence.
This commit is contained in:
R3D347HR4Y 2026-06-09 14:32:31 +02:00
parent f1dbea8db3
commit ea709cc3db

3
.gitignore vendored
View File

@ -31,3 +31,6 @@ Thumbs.db
# Docker data (local volumes)
docker-data/
# Node.js
node_modules/