Skip to content

Commit

Permalink
Merge pull request #496 from tj-actions/chore/update-default-excluded…
Browse files Browse the repository at this point in the history
…-files

chore: update default excluded files
  • Loading branch information
jackton1 authored Nov 5, 2022
2 parents f089e29 + 211e8c4 commit 1a4b116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
tempfile
} from './utils'

const DEFAULT_EXCLUDED_FILES = ['!.git/**']
const DEFAULT_EXCLUDED_FILES = ['!.git/**', '!**/node_modules/**']

export async function run(): Promise<void> {
const files = core.getInput('files', {required: false})
Expand Down

0 comments on commit 1a4b116

Please sign in to comment.