mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
12 lines
281 B
YAML
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"
|