Parcourir la source

Created .gitignore to ignore WixTools (#199)

Compiling on windows downloads WixTools to src-tauri/WixTools folder.
We don't want that polluting our repo
BenoitRanque il y a 5 ans
Parent
commit
e4fd3bb0d7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      examples/.gitignore

+ 2 - 0
examples/.gitignore

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