-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (30 loc) · 688 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (30 loc) · 688 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
# Build output
bin/
*.exe
*.app
/bridge # Stray binary from `go build ./cmd/bridge` without -o bin/
/pager # Stray binary from `go build .` without -o bin/
# Frontend
frontend/node_modules/
frontend/dist/
# Wails bindings — codegen artifact, regenerated by `make bindings`
frontend/bindings/
# Test fixtures (local sandbox; not part of Go test suite)
test/
# Application data (dev writes here via PAGER_CONFIG_DIR;
# prod writes to ~/Library/Application Support/Pager/)
.config/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Task runner cache
.task/
# OS
.DS_Store
# Temp
/tmp/
.superpowers/
# MCP / browser automation cache
.playwright-mcp/