mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-10 22:25:29 +00:00
add content to test vault
This commit is contained in:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,22 +1,33 @@
|
||||
# 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
|
||||
# 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/*
|
||||
|
||||
Reference in New Issue
Block a user