Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,16 @@ guidelines:

_Example Structure in Your Project Root:_

```your-project/
```
your-project/
├── GEMINI.md
├── .gemini-guidelines/
│ ├── overview.md
│ └── component-design.md
└── src/
└── ...```
└── components
Comment thread
abhinavkumar985 marked this conversation as resolved.
```


1. **Customize and Extend**:
- Open the copied `GEMINI.md` and the files within `.gemini-guidelines/`.
Expand Down
Loading