From 0bbd1beb0bd0452981478d1719443e0882fe4049 Mon Sep 17 00:00:00 2001 From: Flatulent Fowl Date: Tue, 12 May 2026 23:22:28 +0200 Subject: [PATCH] feat: initialize DocDrop Obsidian plugin with markitdown integration and add default gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c4042f..997ac82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ *.js.map +main.js \ No newline at end of file