We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4105e7 commit 3b288cfCopy full SHA for 3b288cf
1 file changed
community/Tauri.gitignore
@@ -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