diff options
| author | Seth Troisi <[email protected]> | 2025-05-21 07:36:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 00:36:22 -0700 |
| commit | cd13c5881b7cb60c0fca9e674c0344815ca0070d (patch) | |
| tree | 661f72841f8005f07b510be5d0d987224ade31cd /.gitignore | |
| parent | bda472f1476476a1bcd4a2b7050ab2823a6d3bb5 (diff) | |
Add Logger for command history (#435)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ .env .env~ +# gemini-code settings +.gemini/ + # Dependency directory node_modules bower_components |
