fix: remove accidentally committed hocuspocus node_modules
Add node_modules/ to .gitignore to prevent recurrence.
This commit is contained in:
parent
f1dbea8db3
commit
ea709cc3db
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,3 +31,6 @@ Thumbs.db
|
||||
|
||||
# Docker data (local volumes)
|
||||
docker-data/
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user