Skip to content

Commit 092eeee

Browse files
committed
Updated the README
1 parent 71fe81f commit 092eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Coderoller is a Python utility that flattens a source code repository into a sin
77
- **Flattens source code repositories** into a single markdown file.
88
- **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`.
99
- **Automatically includes README** files if present, placing it at the start of the flattened file.
10-
- **Excludes hidden files and directories** (those starting with a dot).
10+
- **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`.
1111
- **Supports flattening directly from Git URLs** even if the repository is not cloned locally.
1212

1313
## Installation

0 commit comments

Comments
 (0)