ignore-content setting

This commit is contained in:
Kirill Markin 2024-06-09 09:38:27 +02:00
parent 1d715cd18a
commit 7921839f08
3 changed files with 38 additions and 6 deletions

View file

@ -0,0 +1,12 @@
# 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"