-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 714 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (33 loc) · 714 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
# Build output
bin/
obj/
*.user
# Visual Studio
.vs/
*.suo
# Publish
publish/
*.pubxml.user
# Local notes / scratch
*.odt
# Cloudflare Wrangler
.wrangler/
# OS junk
Thumbs.db
.DS_Store
*.exe
bin/
obj/
*.tmp
# Heavy source art - stored locally only, not shipped and not part of the project.
# Anchored with a leading slash so it only ignores KillerPDF/brand, NOT pdf-landing/brand
# (the small web logos the landing site links to).
/brand/
# Validation run artifacts (the veraPDF/qpdf release checks write these into the repo root;
# RESULTS.md is the record, the raw reports and logs stay local - baseline.json alone is ~5 MB).
/baseline.json
/after.json
/resave.csv
/vera-*.csv
/vera-err.txt
/qpdf-*.csv