-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add root taurignore #10805
chore: add root taurignore #10805
Conversation
enhances the DX of running `tauri dev` in any of the examples folder - we don't need to watch the entire workspace for changes
Package Changes Through 0a668a8There are 8 changes which include tauri with prerelease, tauri-utils with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-codegen with prerelease, tauri-bundler with prerelease, @tauri-apps/api with prerelease, tauri-build with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
we could ignore the entire crates folder, idk about that |
.taurignore
Outdated
crates/tauri-schema-generator | ||
crates/tests | ||
bench | ||
.changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we ignoring .changes, should we also ignore .github
, .docker
and other directories ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how often do we change these anyway? 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never but this is about local development and it could either be accidentally saved or you could be changing a workflow while working on a feature, I'd say add them just in case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool will do that tomorrow when i wake up
enhances the DX of running
tauri dev
in any of the examples folder - we don't need to watch the entire workspace for changes