23 lines
726 B
YAML
23 lines
726 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"
|
|
|
|
# Ignore files and directories for contents sections
|
|
ignore-content:
|
|
- "README.md"
|
|
- "LICENSE"
|
|
- "package-lock.json"
|
|
- "flake.lock"
|
|
|
|
# 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
|