mirror of
https://github.com/mntno/obsidian-come-down.git
synced 2026-07-22 05:43:15 +00:00
25 lines
271 B
Text
25 lines
271 B
Text
# vscode
|
|
.vscode
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Hot Reload plugin
|
|
.hotreload
|
|
|
|
# This plugin
|
|
|
|
## The compiled main.js file.
|
|
main.js
|
|
|
|
## Created by plugin.
|
|
cache.json
|