From aea621a3eadcaa3f2986a3dfd8455392d7753235 Mon Sep 17 00:00:00 2001 From: davidkonecny Date: Tue, 11 Feb 2025 17:32:06 +0100 Subject: [PATCH] chore: update .gitignore --- src-tauri/lib/onedata/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src-tauri/lib/onedata/.gitignore diff --git a/src-tauri/lib/onedata/.gitignore b/src-tauri/lib/onedata/.gitignore new file mode 100644 index 0000000..b21bd68 --- /dev/null +++ b/src-tauri/lib/onedata/.gitignore @@ -0,0 +1,7 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Generated by Tauri +# will have schema files for capabilities auto-completion +/gen/schemas