repo-to-text/.repo-to-text-settings.yaml
2024-06-09 09:38:27 +02:00

12 lines
281 B
YAML

# Details: https://github.com/kirill-markin/repo-to-text
# Ignore files and directories for "Contents of ..." section
# Syntax: gitignore
ignore-content:
- ".repo-to-text-settings.yaml"
- "README.md"
- "LICENSE"
- "examples/"
- "tests/"
- "MANIFEST.in"
- "setup.py"