From 092eeee08793d346c03ac2babfcfc068431b3aed Mon Sep 17 00:00:00 2001 From: "B.T. Franklin" Date: Sat, 29 Jun 2024 22:41:41 -0700 Subject: [PATCH] Updated the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03759fa..16c329f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Coderoller is a Python utility that flattens a source code repository into a sin - **Flattens source code repositories** into a single markdown file. - **Supports multiple file types** including `.py`, `.js`, `.jsx`, `.ts`, `.tsx`, `.swift`, `.go`, `.java`, `.c`, `.cpp`, `.h`, `.hpp`, `.cs`, `.lua`, `.rb`, `.php`, `.pl`, `.html`, `.css`, `.json`, `.toml`, `.md`, `.yaml`, `.yml`, `.conf`, `.ini`, and `.sh`. - **Automatically includes README** files if present, placing it at the start of the flattened file. -- **Excludes hidden files and directories** (those starting with a dot). +- **Excludes hidden files and directories** (those starting with a dot), specific directories (`build`, `dist`, `node_modules`, `__pycache__`), specific files (`*.flat.md`, `*.lock`, `*.hidden`), and any paths specified in `.gitignore`. - **Supports flattening directly from Git URLs** even if the repository is not cloned locally. ## Installation