Skip to content
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

fix(cli): disable global gitignore during tauri.conf.* lookup #8688

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

wvffle
Copy link
Contributor

@wvffle wvffle commented Jan 27, 2024

There are cases when people use git to manage their dotfiles in the home directory. When a tauri projects uses other name than src-tauri for the rust source code, the lookup may fail if there's a global gitignore.

This PR aims to fix that.

There are cases when people use git to manage their dotfiles in the home directory. When a tauri projects uses other name than `src-tauri` for the rust source code, the lookup may fail if there's a global gitignore.
@wvffle wvffle requested a review from a team as a code owner January 27, 2024 14:07
Copy link
Member

@amrbashir amrbashir left a comment

Choose a reason for hiding this comment

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

Could you also add a change file in .changes directory?

@amrbashir amrbashir merged commit b3209bb into tauri-apps:dev Jan 29, 2024
11 checks passed
@wvffle wvffle deleted the patch-1 branch February 4, 2024 17:21
@Qix-
Copy link

Qix- commented Mar 14, 2024

I'm not sure what your current backport strategy is but could this be back ported to v1 perchance? Or is v1 completely frozen?

@FabianLars
Copy link
Member

v1 is still open for backports, we just don't work on backports that much ourselves and rely more on PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants