-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (48 loc) · 927 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (48 loc) · 927 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
47
48
49
50
51
52
/target/
**/*.rs.bk
*.log
.DS_Store
.idea/
.vscode/
*.epub
bookmarks.json
!tests/testdata/*.epub
experiments/
tests/snapshots/debug_*
temp_images/
.bookokrat_comments/
tmp/
logo.inspirations/
flamegraph.svg
*.pdf
!tests/testdata/di_book_toc_test.pdf
!tests/testdata/vhs_test.pdf
!tests/testdata/vhs_many.pdf
!tests/testdata/vhs_links.pdf
!tests/testdata/vhs_twocol.pdf
!tests/testdata/vhs_viewmodes.pdf
!tests/testdata/vhs_offset.pdf
!tests/testdata/vhs_reload.pdf
!tests/testdata/vhs_reload_a.pdf
!tests/testdata/vhs_reload_b.pdf
!tests/testdata/vhs_reload_c.pdf
.claude/
.agentastic/
result/
*.djvu
tldr-cache/
# change-report artifacts
/report/
/report-*/
/report-out/
# LaTeX build artifacts
*.aux
*.fdb_latexmk
*.fls
*.out
*.toc
# VHS golden screenshots live in a separate repo (tests-bookokrat-snapshots),
# cloned into this path. See vhs_tests/run.sh / CLAUDE.md.
vhs_tests/golden/
# nix build output symlink
result