Skip to content

chore: avoid deleting untracked, non-generated files on npm run clean#9866

Merged
jcfranco merged 1 commit intodevfrom
jcfranco/fix-cleaning-of-local-untracked-directories
Jul 29, 2024
Merged

chore: avoid deleting untracked, non-generated files on npm run clean#9866
jcfranco merged 1 commit intodevfrom
jcfranco/fix-cleaning-of-local-untracked-directories

Conversation

@jcfranco
Copy link
Copy Markdown
Member

@jcfranco jcfranco commented Jul 26, 2024

Related Issue: N/A

Summary

Prevents git clean from removing untracked, non-generated files/dirs from .gitignore (e.g., .idea 😉)

@jcfranco jcfranco requested a review from benelan as a code owner July 26, 2024 21:25
@jcfranco jcfranco added the skip visual snapshots Pull requests that do not need visual regression testing. label Jul 26, 2024
@github-actions github-actions Bot added the chore Issues with changes that don't modify src or test files. label Jul 26, 2024
Copy link
Copy Markdown
Contributor

@benelan benelan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcfranco jcfranco merged commit 40a109e into dev Jul 29, 2024
@jcfranco jcfranco deleted the jcfranco/fix-cleaning-of-local-untracked-directories branch July 29, 2024 17:07
@github-actions github-actions Bot added this to the 2024-07-30 - Jul Release milestone Jul 29, 2024
benelan added a commit that referenced this pull request Jul 29, 2024
…-to-monorepo

* origin/dev:
  ci: fix env var case in workflows (#9877)
  docs(action): deprecates the compact property (#9847)
  fix(tab-title): Adjust hover styling for `bordered` Tab Title (#9867)
  chore(themed): add token CSS variable test helper (#9860)
  chore: avoid deleting untracked, non-generated files on npm run clean (#9866)
  chore(pick-list, pick-list-item, value-list-item): fix runtime deprecation messages (#9870)
  refactor: create a common resource to store debounce consts (#9829)
  test(tree): stabilize tests (#9853)
  chore(value-list-item): add runtime deprecation warning (#9863)
  chore: release next
  build(deps): update dependency composed-offset-position to v0.0.6 (#9834)
  feat(dialog): adds new dialog component and deprecates the modal component (#9751)
  chore: release next
  fix(panel, flow-item): prevent footer slots from conflicting with each other (#9856)
calcite-admin pushed a commit that referenced this pull request Jul 30, 2024
…#9866)

**Related Issue:** N/A

## Summary

Prevents `git clean` from removing untracked, non-generated files/dirs
from `.gitignore` (e.g., `.idea` 😉)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Issues with changes that don't modify src or test files. skip visual snapshots Pull requests that do not need visual regression testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants