Skip to content

Local directory support #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 1, 2024
Merged

Local directory support #56

merged 8 commits into from
Nov 1, 2024

Conversation

brendan-kellam
Copy link
Contributor

@brendan-kellam brendan-kellam commented Nov 1, 2024

This PR expands the configuration schema to support local directories. For example:

{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "local",
            "path": "/path/to/my/repo",
            "watch": true,
            "exclude": {
                "paths": [
                    ".git",
                    "node_modules"
                ]
            }
        }
    ]
}

Fixes #19

msukkari
msukkari previously approved these changes Nov 1, 2024
@brendan-kellam brendan-kellam merged commit 7966c14 into main Nov 1, 2024
1 check passed
@brendan-kellam brendan-kellam deleted the bkellam/local_folders branch November 1, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Support indexing of local directories
2 participants