Skip to content

Commit

Permalink
Remove dist/.gitignore
Browse files Browse the repository at this point in the history
It's new, unnecessary, and litters the provenance output.
  • Loading branch information
hynek committed Oct 31, 2024
1 parent a6b1c1a commit 9308214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ runs:
else
uv build --out-dir /tmp/baipp/dist
fi
# We don't need .gitignores and it litters the provenance output.
rm -f /tmp/baipp/dist/.gitignore
shell: bash
working-directory: ${{ inputs.path }}

Expand Down

0 comments on commit 9308214

Please sign in to comment.