mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
Add Tauri to community gitignore templates
This commit is contained in:
parent
b4105e73e4
commit
3b288cfb37
12
community/Tauri.gitignore
Normal file
12
community/Tauri.gitignore
Normal file
@ -0,0 +1,12 @@
|
||||
# Tauri
|
||||
# https://tauri.app/
|
||||
#
|
||||
# Recommended: Rust.gitignore
|
||||
|
||||
# Rust compilation output
|
||||
# https://doc.rust-lang.org/cargo/guide/build-cache.html
|
||||
target/
|
||||
|
||||
# WiX Toolset cache (Windows MSI installer builds)
|
||||
# https://v2.tauri.app/distribute/windows-installer/
|
||||
WixTools/
|
||||
Loading…
Reference in New Issue
Block a user