tauri/.changes/cli-global-gitignore.md
Kasper Seweryn b3209bb28b
fix(cli): disable global gitignore during tauri.conf.* lookup (#8688)
* fix: disable global gitignore

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.

* change file
2024-01-29 17:39:05 +02:00

131 B

tauri-cli @tauri-apps/cli
patch:enhance patch:enhance

Ignore global .gitignore when searching for tauri directory.