summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJayson Dasher <[email protected]>2025-07-12 00:06:49 -0400
committerGitHub <[email protected]>2025-07-12 04:06:49 +0000
commitc9e194ec6ae514cd35f1bdd8cebd6cc556a74208 (patch)
treecb2414f7050ef972ba0549a888376d099e3d6bc8 /.gitignore
parentc4ea17692f4fac8df304993d2271704e79344968 (diff)
feat: Add clipboard image paste support for macOS (#1580)
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8afd3293..d347dbfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
.gemini/
!gemini/config.yaml
+# Note: .gemini-clipboard/ is NOT in gitignore so Gemini can access pasted images
+
# Dependency directory
node_modules
bower_components