forked from Kilo-Org/kilocode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (64 loc) · 932 Bytes
/
.gitignore
File metadata and controls
83 lines (64 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.pnpm-store
dist
out
out-*
node_modules
package-lock.json
coverage/
mock/
.DS_Store
*.orig
# ⬇️ b9_change
pnpm-lock.yaml
# ⬆️ b9_change
# Builds
bin/
bin-unpacked/
*.vsix
# Local prompts and rules
/local-prompts
# Test environment
.test_env
.vscode-test/
# Docs
docs/_site/
# Dotenv
.env
.env.*
!.env.*.sample
# Logging
logs
*.log
# Vite development
.vite-port
# kilocode_change
.history/
.aider*
.docker-cache/
# Turborepo
.turbo
# IntelliJ and Qodo plugin folders
.idea/
.qodo/
.vercel
.roo/mcp.json
# Nix / Direnv
.direnv
# Mise
mise.toml
mise.local.toml
# Exclude Conport Directory (MCP server)
context_portal/
# Submodules
deps/vscode/*
!deps/vscode/.git
# Qdrant
qdrant_storage/
# allow multiple local clones with different workspaces with different colors
# to make it easier to work on features in parallel
*.code-workspace
# Act Secret Files
.secrets
# Architect plans
./plans/
roo-cli-*.tar.gz*