-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (16 loc) · 605 Bytes
/
Copy path.gitignore
File metadata and controls
23 lines (16 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# macOS
.DS_Store
# Claude Code local settings (user-specific, contains absolute paths)
.claude/settings.local.json
# OpenCode local plugins (installed by :CodePreviewInstallOpenCodeHooks)
.opencode/
# Copilot CLI local hooks (installed by :CodePreviewInstallCopilotCliHooks)
.github/hooks/code-preview.json
# Codex CLI local hooks (installed by :CodePreviewInstallCodexCliHooks)
.codex/
# Test dependencies (plenary.nvim, installed by tests/run_lua.sh)
deps/
# Test output captured during local test runs
test_output.log
# Generated vimdoc tags (plugin managers regenerate via :helptags)
doc/tags