Skip to content

Commit 8f5497c

Browse files
authored
Merge pull request #4817 from mvanhorn/osc/tauri-gitignore
Add Tauri to community gitignore templates
2 parents 70da24e + 3b288cf commit 8f5497c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

community/Tauri.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Tauri
2+
# https://tauri.app/
3+
#
4+
# Recommended: Rust.gitignore
5+
6+
# Rust compilation output
7+
# https://doc.rust-lang.org/cargo/guide/build-cache.html
8+
target/
9+
10+
# WiX Toolset cache (Windows MSI installer builds)
11+
# https://v2.tauri.app/distribute/windows-installer/
12+
WixTools/

0 commit comments

Comments
 (0)