mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
25 lines
747 B
YAML
25 lines
747 B
YAML
# Details: https://github.com/kirill-markin/repo-to-text
|
|
# Syntax: gitignore rules
|
|
|
|
# Ignore files and directories for all sections from gitignore file
|
|
# Default: True
|
|
gitignore-import-and-ignore: True
|
|
|
|
# Ignore files and directories for tree
|
|
# and contents sections (<content full_path="...">...</content>)
|
|
ignore-tree-and-content:
|
|
- ".repo-to-text-settings.yaml"
|
|
- "examples/"
|
|
- "MANIFEST.in"
|
|
- "setup.py"
|
|
|
|
# Ignore files and directories for contents sections
|
|
ignore-content:
|
|
- "README.md"
|
|
- "LICENSE"
|
|
- "tests/"
|
|
|
|
# Optional: Maximum number of words per output file before splitting.
|
|
# If not specified or null, no splitting based on word count will occur.
|
|
# Must be a positive integer if set.
|
|
# maximum_word_count_per_file: 10000
|