mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 13:13:47 -05:00
22 lines
305 B
YAML
22 lines
305 B
YAML
---
|
|
github_actions:
|
|
- ".github/**"
|
|
dev_container:
|
|
- ".devcontainer/**"
|
|
configuration:
|
|
- ".*"
|
|
- "*.js"
|
|
- "*.json"
|
|
- "*.toml"
|
|
- "*.yaml"
|
|
- "*.yml"
|
|
documentation:
|
|
- "**.md"
|
|
- "docs/**"
|
|
- LICENSE
|
|
python:
|
|
- "src/**"
|
|
- "tests/**"
|
|
dependencies:
|
|
- "*.lock"
|