From 57f2e65a68636d6210bda2eeef1bfb2f677b4eea Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Fri, 14 Jun 2024 18:01:09 +0200 Subject: [PATCH] gitignore Rule to Ignore generated files example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9ebb975..fe1f4dc 100644 --- a/README.md +++ b/README.md @@ -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. +## 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 To install `repo-to-text` locally for development, follow these steps: