-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 1.36 KB
/
Copy path.gitignore
File metadata and controls
60 lines (52 loc) · 1.36 KB
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
53
54
55
56
57
58
59
60
# Build output
/bin/
/dist/
# Release packaging staging (the release workflow's shell packaging step).
/release-assets/
*.test
*.out
coverage.*
# Large downloaded ENC datasets (IENC bundles, NOAA All_ENCs, etc.)
/testdata/full/
/All_ENCs.zip
# S-52 PresLib "ECDIS Chart 1" harness: extracted cells + rendered panels
/testdata/preslib_chart1/
/testdata/preslib-chart1-out/
# Generated tile archives / runtime chart state (never committed)
*.pmtiles
web/noaa.pmtiles
web/ienc.pmtiles
web/.cellcache-*.000
web/.regioncache-*.zip
web/charts-user.*
web/charts-index.json
web/chartplotter.wasm
# Working design notes / specs (kept local, never committed)
/specs/
# Local Go workspace override (cross-repo engine hacking against an engine checkout
# other than the ./tile57 submodule — see README.md "Developing the engine"); never
# committed.
go.work
go.work.sum
# Editor / OS
.DS_Store
.idea/
.vscode/
web/vendor/wasm_exec.js
web/demo-cell.000
# S-101 client portrayal assets: generated at build time (make emit-assets) + serve time, never committed
web/colortables.json
web/linestyles.json
web/patterns.json
web/patterns.png
web/sprite.json
web/sprite.png
/testdata/s64-pages-out/
# Local artifacts that must never be committed (restricted IHO test material,
# local builds, plugin bundles, agent workspaces).
/chartplotter
*.cpx
/examples/
/testdata/*.zip
/testdata/*.pdf
/.claude/