Skip to content

Commit 136e53c

Browse files
committed
docs: Add documentation for local data storage
1 parent 45dd114 commit 136e53c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ cargo install gittype
2929
gittype --version
3030
```
3131

32+
## Local Data Storage
33+
34+
`gittype` stores its data, including the local database and log files, in the `~/.gittype/` directory.
35+
36+
- **Database**: `~/.gittype/gittype.db` - Contains your typing history, scores, and other session data.
37+
- **Logs**: `~/.gittype/gittype.log` - Used for debugging and monitoring.
38+
39+
You can safely remove this directory if you want to reset all your data.
40+
3241
## Troubleshooting
3342

3443
### Common Issues

0 commit comments

Comments
 (0)