Gitignore

This commit is contained in:
Andras Schmelczer 2024-12-08 15:17:14 +00:00
parent 7d1e3c8cd9
commit d70c8df80c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

4
.gitignore vendored
View file

@ -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