mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: .logs/obsidian.md-1777711786079.log modified: context-v/issue-resolutions/Getting-Claude-to-Respond-With-Research.md new file: context-v/specs/Using-Files-as-Prompt-Outlines.md modified: src/modals/ArticleGeneratorModal.ts modified: src/modals/ClaudeModal.ts modified: src/modals/PerplexityModal.ts modified: src/services/claudeService.ts modified: src/styles/article-generator-modal.css modified: src/styles/perplexity-modal.css modified: styles.css
30 lines
480 B
Text
30 lines
480 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# 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
|
|
|
|
# Logs (Obsidian dev console exports often contain plaintext API keys
|
|
# from the loaded data.json — never commit these)
|
|
.logs/
|
|
*.log
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|