mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
ignore-content setting
This commit is contained in:
parent
1d715cd18a
commit
7921839f08
3 changed files with 38 additions and 6 deletions
12
.repo-to-text-settings.yaml
Normal file
12
.repo-to-text-settings.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue