Ignore license directory

This commit is contained in:
Nick Alteen
2025-02-12 13:15:38 -05:00
parent 47dbc0bf10
commit ae2f389a67
2 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
id: update-licenses
run: licensed cache
# Commit the updated licenses to the repository.
# Then, commit the updated licenses to the repository.
- if: ${{ github.event_name == 'workflow_dispatch' }}
name: Commit Licenses
id: commit-licenses
@ -68,6 +68,7 @@ jobs:
git commit -m "Auto-update license files"
git push
# Last, check the status of the cached licenses.
- name: Check Licenses
id: check-licenses
run: licensed status

View File

@ -1,4 +1,5 @@
.DS_Store
.licenses/
dist/
node_modules/
coverage/