Skip to content

Commit

Permalink
chore: add docs/rpc/.gitignore to exclude node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 18, 2024
1 parent 8517f12 commit 551ad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- core/rpc/src/api/**
- .github/workflows/openrpc-docs.yml

workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions docs/rpc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules

0 comments on commit 551ad8a

Please sign in to comment.