mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
ignore-tree-and-content setting
This commit is contained in:
parent
7921839f08
commit
b6bcdeca03
2 changed files with 26 additions and 17 deletions
|
|
@ -1,12 +1,16 @@
|
|||
# Details: https://github.com/kirill-markin/repo-to-text
|
||||
# Syntax: gitignore rules
|
||||
|
||||
# Ignore files and directories for "Contents of ..." section
|
||||
# Syntax: gitignore
|
||||
ignore-content:
|
||||
# Ignore files and directories for tree
|
||||
# and "Contents of ..." sections
|
||||
ignore-tree-and-content:
|
||||
- ".repo-to-text-settings.yaml"
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
- "examples/"
|
||||
- "tests/"
|
||||
- "MANIFEST.in"
|
||||
- "setup.py"
|
||||
|
||||
# Ignore files and directories for "Contents of ..." section
|
||||
ignore-content:
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
- "tests/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue