Skip to content

Commit 7637125

Browse files
authored
Remove dist/.gitignore (#149)
It's new, unnecessary, and litters the provenance output.
1 parent a6b1c1a commit 7637125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ runs:
119119
else
120120
uv build --out-dir /tmp/baipp/dist
121121
fi
122+
123+
# We don't need .gitignores and it litters the provenance output.
124+
rm -f /tmp/baipp/dist/.gitignore
122125
shell: bash
123126
working-directory: ${{ inputs.path }}
124127

0 commit comments

Comments
 (0)