mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
[*] Ignore more temporary dev stuff.
This commit is contained in:
parent
23b5db42d8
commit
1d49bec9f8
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# vscode
|
||||
.vscode
|
||||
.vscode
|
||||
.devcontainer
|
||||
|
||||
# Intellij
|
||||
*.iml
|
||||
|
|
@ -7,6 +8,8 @@
|
|||
|
||||
# npm
|
||||
node_modules
|
||||
.pnpm-store
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Don't include the compiled main.js file in the repo.
|
||||
# They should be uploaded to GitHub releases instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue