mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-10 14:15:29 +00:00
34 lines
632 B
Plaintext
34 lines
632 B
Plaintext
# 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
|
|
|
|
# test vault
|
|
# Ignore .obsidian to prevent spamming git status
|
|
test-vault/.obsidian/*
|
|
# Tells obsidian what plugins are enabled
|
|
!test-vault/.obsidian/community-plugins.json
|
|
|
|
# Don't track this folder. For random things to try.
|
|
# If its import to test though, add it somewhere where other
|
|
# people can test it too.
|
|
test-vault/untracked/*
|