mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Add details about the Khoj Obsidian plugin to the main Readme
- Add Khoj in Obsidian Demo - Update Interfaces Screenshot to include Obsidian Plugin Screenshot - Update .gitignore to ignore obsidian plugin ignorelist Section the .gitignore for better readability - Update the Setup, Usage instructions to include information about the Obsidian plugin
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1,16 +1,37 @@
|
||||
# Khoj artifacts
|
||||
*.gz
|
||||
*.pt
|
||||
src/.data
|
||||
tests/data/models
|
||||
tests/data/embeddings
|
||||
|
||||
# External app artifacts
|
||||
__pycache__
|
||||
.DS_Store
|
||||
.emacs.desktop*
|
||||
*.py[cod]
|
||||
tests/data/models
|
||||
tests/data/embeddings
|
||||
src/.data
|
||||
/src/interface/web/images
|
||||
.vscode
|
||||
*.gz
|
||||
*.pt
|
||||
|
||||
# Build artifacts
|
||||
/src/interface/web/images
|
||||
/build/
|
||||
/dist/
|
||||
/khoj_assistant.egg-info/
|
||||
/config/khoj*.yml
|
||||
.pytest_cache
|
||||
khoj.log
|
||||
|
||||
# Obsidian plugin artifacts
|
||||
# ---
|
||||
# npm
|
||||
node_modules
|
||||
|
||||
# Don't include the compiled obsidian main.js file in the repo.
|
||||
# They should be uploaded to GitHub releases instead.
|
||||
main.js
|
||||
|
||||
# Exclude sourcemaps
|
||||
*.map
|
||||
|
||||
# obsidian
|
||||
data.json
|
||||
|
||||
Reference in New Issue
Block a user