From bd727889bd43018f9ebdec6272e258c1678ca73e Mon Sep 17 00:00:00 2001 From: Gutca Date: Wed, 22 Jul 2026 20:34:15 +0200 Subject: [PATCH] chore: add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b6a89b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.obsidian/workspace.json +.obsidian/caches/ +.obsidian/plugins/obsidian-git/data.json +.trash/ \ No newline at end of file