You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, our Cargo.lock is committing when it should not be, which clutters commits and can cause annoying merges.
Describe the solution you'd like
git rm --cached Cargo.lock from src-tauri project
Describe alternatives you've considered
NA Additional context
N/A
Acceptance Criteria
src-tauri/Cargo.lock is gone.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, our Cargo.lock is committing when it should not be, which clutters commits and can cause annoying merges.
Describe the solution you'd like
git rm --cached Cargo.lock from src-tauri project
Describe alternatives you've considered
NA
Additional context
N/A
Acceptance Criteria
The text was updated successfully, but these errors were encountered: