Skip to content

Commit

Permalink
Add a couple exclusions.
Browse files Browse the repository at this point in the history
Notably, `.pyc` is for compiled Python bytecode.
  • Loading branch information
danfuzz committed Oct 31, 2023
1 parent ba725f7 commit 8db88fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/bashy-node/node-project/build-main-module
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function suspect-file-check {

suspectFiles="$(
lib ls-files --output=array --cd="${dir}" \
--exclude='\.(cjs|js|json|html|md|mjs|ts|yml)$'
--exclude='\.(cjs|js|json|html|md|mjs|pyc|ts|txt|yml)$'
)" \
|| return "$?"

Expand Down

0 comments on commit 8db88fa

Please sign in to comment.