mirror of
https://github.com/taylorchen/obsidian-press.git
synced 2026-07-22 06:52:12 +00:00
24 lines
239 B
Text
24 lines
239 B
Text
node_modules/
|
|
|
|
# Build output
|
|
main.js.map
|
|
dist/
|
|
|
|
# Obsidian plugin temp files
|
|
.obsidian/
|
|
tmp/
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor state
|
|
.idea/
|
|
.vscode/
|