Skip to content

Commit 451a6e2

Browse files
committed
feat: gitignore docs in file management
1 parent c72e73f commit 451a6e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/05-file-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ The Tab Bar displays Git file status indicators, showing which files are **untra
141141
- A **green marker** indicates an **untracked** file.
142142
- An **orange marker** indicates a **modified** file.
143143

144+
For files that are **gitignored**, **Phoenix Code** shows the tab name in *gray italics*.
145+
144146
> These indicators appear only when your project is a Git repository.
145147
146148
### Limiting the Number of Tabs
@@ -199,7 +201,7 @@ Working Files displays the same UI elements as the Tab Bar:
199201
* `×` button to close files
200202
* Parent folder names when multiple files have the same filename
201203
* Tooltip showing full file path on hover
202-
* Git status indicators (green for untracked, orange for modified files)
204+
* Git status indicators (green for untracked, orange for modified files and gray italics for gitignored files)
203205

204206
> See the [Tab Bar](#tab-bar) section for detailed explanations of these features.
205207

0 commit comments

Comments
 (0)