Skip to content

Commit ffca3cb

Browse files
justin808claude
andcommitted
Add package-lock.json to gitignore
Project uses Yarn, so npm's package-lock.json should be ignored. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cf7fd99 commit ffca3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ client/app/libs/i18n/default.js
4848
yarn-debug.log*
4949
.yarn-integrity
5050

51+
# npm lock file (project uses yarn)
52+
package-lock.json
53+
5154
lib/bs
5255
/lib/ocaml
5356

0 commit comments

Comments
 (0)