diff --git a/.gitignore b/.gitignore index e1fd68e..be4db4e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,8 @@ node_modules # Exclude macOS Finder (System Explorer) View States .DS_Store +# Rust build folder backend/target + +# Obsidian plugin build folder +plugin/build