소스 검색

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/