Update gitignore

This commit is contained in:
Andras Schmelczer 2024-12-08 11:01:48 +00:00
parent d0f45233b1
commit c2dceb0be4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 10 additions and 22 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# vscode
.vscode
# npm
node_modules
# Exclude macOS Finder (System Explorer) View States
.DS_Store
backend/target

22
plugin/.gitignore vendored
View file

@ -1,22 +0,0 @@
# 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