Files
kilocode/.gitignore
T
kirillk 3f17bf2b23 feat(jetbrains): add JetBrains plugin wireframe with split mode architecture
Adds packages/kilo-jetbrains/ — a Gradle project scaffolded for the
IntelliJ Platform using the split mode (frontend/backend/shared modules).
Plugin ID ai.kilocode.jetbrains, version 7.0.1, Kilo logo icon.

Also adds .idea/gradle.xml to auto-link the Gradle project when opening
the monorepo in IntelliJ, and a Run JetBrains Plugin run configuration
for runIde. Updates .gitignore to track .idea/gradle.xml and .idea/.run
while keeping all other .idea/ contents ignored.
2026-04-01 23:06:18 -04:00

45 lines
549 B
Plaintext

.husky/_
.DS_Store
node_modules
.worktrees
.sst
.env
.idea/*
!.idea/gradle.xml
!.idea/.run
.idea/*.iml
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
# use vscode workspaces with peacock to have many vscodes with the same repo:
*.code-workspace
.codex
*~
playground
tmp
dist
ts-dist
storybook-static
.turbo
**/.serena
.serena/
/result
refs
Session.vim
opencode.json
a.out
target
.scripts
.direnv/
# Local dev files
opencode-dev
logs/
*.bun-build
# Telemetry ID
telemetry-id
tsconfig.tsbuildinfo