Skip to content

Commit

Permalink
Update .gitignore and .npmrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Aug 16, 2024
1 parent 8a342ac commit 5651538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ lib/
*.cpuprofile

# npm
**/package-lock.json
**/package-lock.json
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
engine-strict=true
@buf:registry=https://buf.build/gen/npm/v1
@buf:registry=https://buf.build/gen/npm/v1
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
# all packages in subdirs of components/
- 'examples/**'
# exclude packages that are inside test directories
- '!**/test/**'
- '!**/test/**'

0 comments on commit 5651538

Please sign in to comment.