mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
3f17bf2b23
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.
45 lines
549 B
Plaintext
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
|