forked from 1cli-team/one-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (37 loc) · 908 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (37 loc) · 908 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
node_modules/
dist/**/*
coverage/
*.log
.DS_Store
.env
.env.*
!.env.example
*.tsbuildinfo
pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tmp
.astro/
# Go
bin/
go-dist/
*.out
*.test
.golangci-cache/
# Bundled go:embed sources — regenerated by `task sync-bundled` (cheap
# cp from packages/templates/ + packages/skills/) and `task sync-web`
# (pnpm install + vite build of apps/dashboard/). Both run as deps of
# `task vet` / `test` / `build`, so the normal Taskfile flow always
# repopulates them. Fresh clone followed by `go build` directly will
# fail until one of those tasks has run at least once.
packages/cli/internal/bundled/registry.json
packages/cli/internal/bundled/skills/
packages/cli/internal/bundled/_templates/
packages/cli/internal/bundled/_web/
# go-task
.task/
# npm postinstall download landing zone
bin-go/
# Claude Code local worktrees / per-session state
.claude/