Skip to content

Commit

Permalink
Fix a bug of "dependencies.py".
Browse files Browse the repository at this point in the history
  • Loading branch information
YOCKOW committed Sep 19, 2021
1 parent 242becd commit 7364b23
Show file tree
Hide file tree
Showing 75 changed files with 34,902 additions and 3,839 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,26 @@ __pycache__
!/node_modules/@actions/core
!/node_modules/@actions/exec
!/node_modules/@actions/github
!/node_modules/@actions/http-client
!/node_modules/@actions/io
!/node_modules/@octokit/auth-token
!/node_modules/@octokit/core
!/node_modules/@octokit/endpoint
!/node_modules/@octokit/graphql
!/node_modules/@octokit/openapi-types
!/node_modules/@octokit/plugin-paginate-rest
!/node_modules/@octokit/plugin-rest-endpoint-methods
!/node_modules/@octokit/request
!/node_modules/@octokit/request-error
!/node_modules/@octokit/types
!/node_modules/before-after-hook
!/node_modules/deprecation
!/node_modules/is-plain-object
!/node_modules/lru-cache
!/node_modules/node-fetch
!/node_modules/once
!/node_modules/semver
!/node_modules/tunnel
!/node_modules/universal-user-agent
!/node_modules/wrappy
!/node_modules/yallist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7364b23

Please sign in to comment.