Skip to content

Commit

Permalink
fix(deps): check proper node_modules in to git
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Aug 1, 2024
1 parent 4d60027 commit 2fc4688
Show file tree
Hide file tree
Showing 3,831 changed files with 37,426 additions and 574,790 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.yarn/**/*
**/dist/**/*
node_modules/**/*
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.idea
.vscode
node_modules/
coverage/

.yarn/*
Expand All @@ -10,3 +9,17 @@ coverage/
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# <!-- start automatically generated entries -->
node_modules/*
!node_modules/@actions/
!node_modules/@actions/core/
!node_modules/@actions/glob/
!node_modules/@actions/http-client/
!node_modules/balanced-match/
!node_modules/brace-expansion/
!node_modules/minimatch/
!node_modules/tunnel/
!node_modules/undici/
!node_modules/uuid/
# <!-- end automatically generated entries -->
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged --config package.json
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/dist/**
node_modules/**
9 changes: 9 additions & 0 deletions node_modules/@actions/core/LICENSE.md

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

335 changes: 335 additions & 0 deletions node_modules/@actions/core/README.md

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

Loading

0 comments on commit 2fc4688

Please sign in to comment.