Add .claude to gitignore

This commit is contained in:
Jon Staab
2026-04-10 10:14:01 -07:00
parent 85c5293082
commit a75e1f96eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ GoogleService-Info.plist
.roo
.idea/
.vscode/
.claude/
# OS generated
.DS_Store
+1 -1
View File
@@ -425,7 +425,7 @@ body.keyboard-open .hide-on-keyboard {
/* chat view */
.chat__compose {
@apply relative z-compose mb-14 shrink-0 md:mb-0;
@apply z-compose relative mb-14 shrink-0 md:mb-0;
}
.chat__compose .chat__compose-inner {