mirror of
https://github.com/shynkro/watchlog-obsidian-plugin.git
synced 2026-07-22 06:53:16 +00:00
35 lines
383 B
Text
35 lines
383 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
history.json
|
|
reading.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# AI assistant / dev-only files
|
|
.claude/
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
DEVLOG.md
|
|
|
|
# Runtime data
|
|
history.json
|
|
|
|
# Built output
|
|
main.js
|