1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

.gitignore: centralize node_modules ignore rule

This commit is contained in:
Henrik Hautakoski 2026-05-08 17:02:00 +02:00
parent f1acb0a9c9
commit 219089359a
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.db
*.db-wal
*.db-shm
node_modules

1
opencode/.gitignore vendored
View file

@ -1 +0,0 @@
node_modules