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:
BenoitRanque
2019-12-22 06:19:06 -04:00
committed by nothingismagick
parent c496ec6b33
commit e4fd3bb0d7

2
examples/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# compiling on windows donwloads WixTools to src-tauri
**/src-tauri/WixTools/