From e4fd3bb0d76a43844cac418582e77e4f5410ae13 Mon Sep 17 00:00:00 2001 From: BenoitRanque Date: Sun, 22 Dec 2019 06:19:06 -0400 Subject: [PATCH] Created .gitignore to ignore WixTools (#199) Compiling on windows downloads WixTools to src-tauri/WixTools folder. We don't want that polluting our repo --- examples/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/.gitignore diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 000000000..df639f5d4 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,2 @@ +# compiling on windows donwloads WixTools to src-tauri +**/src-tauri/WixTools/