chore: update gitignore for IDE support

- Add .zed/ to gitignore (Zed editor config)
- Add .opencode/ to gitignore (opencode tool data)
- Remove .zed/settings.json from version control
- Keeps repository clean of IDE-specific files
This commit is contained in:
2026-02-24 12:01:04 -05:00
parent e8bb1496cf
commit f2577ef96d
2 changed files with 2 additions and 9 deletions
+2
View File
@@ -53,7 +53,9 @@ coverage.html
# IDE # IDE
.idea/ .idea/
.zed/
.vscode/ .vscode/
.opencode/
*.iml *.iml
.DS_Store .DS_Store
Thumbs.db Thumbs.db
-9
View File
@@ -1,9 +0,0 @@
{
"languages": {
"CSS": {
"language_servers": ["tailwindcss-language-server"],
"tab_size": 2,
"formatter": "auto",
},
},
}