ignore-tree-and-content setting

This commit is contained in:
Kirill Markin 2024-06-09 09:46:54 +02:00
parent 7921839f08
commit b6bcdeca03
2 changed files with 26 additions and 17 deletions

View file

@ -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/"