mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
gitignore Rule to Ignore generated files example
This commit is contained in:
parent
3b5a3d8cd2
commit
57f2e65a68
1 changed files with 8 additions and 0 deletions
|
|
@ -102,6 +102,14 @@ You can copy this file from the [existing example in the project](https://github
|
||||||
|
|
||||||
Using these settings, you can control which files and directories are included or excluded from the final text file.
|
Using these settings, you can control which files and directories are included or excluded from the final text file.
|
||||||
|
|
||||||
|
## gitignore Rule to Ignore generated files
|
||||||
|
|
||||||
|
To ignore the generated text files, add the following lines to your `.gitignore` file:
|
||||||
|
|
||||||
|
```gitignore
|
||||||
|
repo-to-text_*.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Install Locally
|
## Install Locally
|
||||||
|
|
||||||
To install `repo-to-text` locally for development, follow these steps:
|
To install `repo-to-text` locally for development, follow these steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue