mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
18 lines
152 B
Text
18 lines
152 B
Text
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# My deployment script
|
|
*.sh
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# build
|
|
main.js
|
|
*.js.map
|
|
data.json
|
|
|
|
obsidian.d.ts
|
|
|
|
.DS_Store
|