mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Created .gitignore to ignore WixTools (#199)
Compiling on windows downloads WixTools to src-tauri/WixTools folder. We don't want that polluting our repo
This commit is contained in:
committed by
nothingismagick
parent
c496ec6b33
commit
e4fd3bb0d7
2
examples/.gitignore
vendored
Normal file
2
examples/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# compiling on windows donwloads WixTools to src-tauri
|
||||
**/src-tauri/WixTools/
|
||||
Reference in New Issue
Block a user