mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
- What
- The Emacs and Obsidian interfaces stay in their original
directories under src/
- src/khoj now only contains code meant for pypi packaging
- Benefits
- This avoids having to update khoj MELPA, Obsidian plugin config as
the Emacs, Obsidian code is under their original directories
- It separates the code in src/khoj meant for python packaging from
code for external interfaces like Emacs and Obsidian
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
include README.md
|
|
graft src/khoj/interface/*
|
|
prune src/khoj/interface/web/images*
|
|
prune docs*
|
|
prune src/interface/obsidian*
|
|
prune src/interface/emacs*
|
|
global-exclude .DS_Store *.py[cod] |