summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSeth Troisi <[email protected]>2025-05-21 07:36:22 +0000
committerGitHub <[email protected]>2025-05-21 00:36:22 -0700
commitcd13c5881b7cb60c0fca9e674c0344815ca0070d (patch)
tree661f72841f8005f07b510be5d0d987224ade31cd /.gitignore
parentbda472f1476476a1bcd4a2b7050ab2823a6d3bb5 (diff)
Add Logger for command history (#435)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 03648d44..7a12bd83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
.env
.env~
+# gemini-code settings
+.gemini/
+
# Dependency directory
node_modules
bower_components