Skip to content

Commit 515a95b

Browse files
committed
update gitignore for node modules
1 parent dfda4ff commit 515a95b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,23 +203,21 @@ terraform.rc
203203
.idea
204204
.vscode
205205
.json
206-
/docs/tutorials/*.json
207-
/docs/tutorials/*.pdf
208-
/docs/tutorials/*.wav
209-
/docs/tutorials/*.mp3
210206
uv.lock
211207
.envrc
212208
**/.env*
213209
!.env.example
214210
!.github/.env.ci.example
215211
.direnv/
216212
compose.yml
217-
*.ipynb
218-
!docs/tutorials/*.ipynb
219213
playground/.web
220214
playground/.states
221215
playground/.gitignore
222216
playground/requirements.txt
223217
run.sh
224218
.claude
225-
bruno
219+
bruno
220+
docs/.astro
221+
docs/node_modules
222+
docs/.cache
223+
docs/package-lock.json

0 commit comments

Comments
 (0)