Skip to content

Commit 64843d2

Browse files
ianhiclaude
andcommitted
Build: Add .yarn/ and package-lock.json to .gitignore
- Ignore .yarn/ directory (yarn cache and plugins) - Ignore package-lock.json (npm lock file) - These are build artifacts that shouldn't be committed Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7b94cbe commit 64843d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ lib/
2020
ipympl/nbextension/index.*
2121
ipympl/nbextension/package.json
2222
ipympl/labextension/*.tgz
23+
.yarn/
24+
package-lock.json
2325

2426
ui-tests/test-results
2527
ui-tests/playwright-report

0 commit comments

Comments
 (0)