浏览代码

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 5 年之前
父节点
当前提交
e4fd3bb0d7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      examples/.gitignore

+ 2 - 0
examples/.gitignore

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