forked from github/spec-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 973 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (33 loc) · 973 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
# OS / editor
.DS_Store
*.swp
*.swo
*.tmp
.vscode/
.idea/
# …but DO track the web scaffold's .vscode/ template — it's an embedded asset that
# ships to generated apps, not this repo's local editor config.
!/internal/coreassets/templates/scaffolds/web/files/.vscode/
!/internal/coreassets/templates/scaffolds/web/files/.vscode/**
# Environment (real values live in local .env files)
.env
.env.local
*.log
# Go build output
/specify
/dist/
# SpecKit runtime state — generated, engine-owned (L4)
.speckit/
# Legacy local Python virtualenv
.venv/
# mise local overrides
mise.local.toml
.mise.local.toml
# Transient Codex run artifacts (per the dynamic-workflow policy)
.claude/codex-results/
.claude/schemas/
# Agent git worktrees live here; never track them (committing the worktree
# dir embeds a gitlink with no .gitmodules and breaks CI checkout cleanup)
.claude/worktrees/
# CI checks out the mac-dev-skills source here for the apple-pack drift gate
.cache/