Move to subproject

This commit is contained in:
Andras Schmelczer 2024-11-02 10:29:27 +00:00
parent 94616205c8
commit 39bb81c553
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
17 changed files with 2480 additions and 91 deletions

22
plugin/.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store