-
-
Notifications
You must be signed in to change notification settings - Fork 620
Expand file tree
/
Copy path.prettierignore
More file actions
46 lines (35 loc) · 613 Bytes
/
Copy path.prettierignore
File metadata and controls
46 lines (35 loc) · 613 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
# Sync project
gemini-voyager-sync/
# Build outputs
dist_chrome/
dist_firefox/
dist_safari/
dist/
# Dependencies
node_modules/
# Lock files
bun.lockb
package-lock.json
pnpm-lock.yaml
# VitePress
.vitepress/dist
.vitepress/cache
# Coverage
coverage/
# Safari Xcode project (Apple-generated files)
Gemini Voyager/
safari/
# Firefox signed extension output
web-ext-artifacts/
# Auto-generated data
sponsorkit/
# Claude Code internals
.entire/
.claude/
CLAUDE.md
# Changelog notes (hand-written, not auto-formatted)
src/pages/content/changelog/notes/
# System & Misc
.DS_Store
*.zip
gemini-voyager-formal/