-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (88 loc) · 2.44 KB
/
Copy path.gitignore
File metadata and controls
107 lines (88 loc) · 2.44 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Nix
.result/
result
result-*
# Direnv
.direnv/
.env
# Pre Commit / Prek
.pre-commit-config.yaml
.lycheecache
# pi-team runtime and worktrees
.pi/team-lead/
.worktrees/
# build artifact dir
build/
# …but not a `views/**/build/` subtree: those are an example's help text for a
# `build` subcommand, not artifacts.
!**/views/**/build/
!**/views/**/build/**
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# Single-file dub bench executable (compiled next to its .d script)
libs/wired/bench/wired_compile_time_bench
libs/dql/bench/dql_compile_time_bench
# DUB
.dub
docs.json
__dummy.html
# Code coverage
*.lst
# Node.js / VitePress
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
# drawTable playground wasm: reproducible build artifact (nix build .#table-wasm),
# rebuilt by docs:dev / docs:build via docs/scripts/build-wasm.sh
docs/public/spk-table.wasm
# Twoslash showcase: rendered `hue --twoslash --html` gallery, rebuilt by
# docs:dev / docs:build via docs/scripts/build-twoslash-showcase.sh
docs/public/apps/hue/twoslash/
# Source-code listings rendered by `hue site` (docs/scripts/build-source-listings.sh)
docs/public/src/
# `hue gallery <dir>` with no `--out` writes to `<dir>/html`, so running it on
# the repo root — the natural way to try `--twoslash` over the whole tree —
# leaves a multi-megabyte rendered gallery here. Regenerated by one command,
# never committed.
/html/
# Research sample-workspace build artifacts / dependency stores
# (docs/research/monorepo-tooling/<tool>/sample/ holds source-only example
# workspaces; these are what each tool generates if someone actually runs it)
target/
dist/
.gradle/
.turbo/
.nx/
__pycache__/
.venv/
.pnp.*
bazel-*
.pants.d/
.pdm-build/
# Compiled output of the single-file QA capture tool (dub run --single)
/apps/hue/tools/capture-modes
/apps/hue/tools/capture-goldens
/apps/hue/tools/gen-coverage-fixtures
/apps/hue/tools/preview_widget
/apps/hue/tools/tui_ab
/apps/ci/tools/add_sidebar_entry
/apps/hue/tools/gui_ab
/apps/hue/tools/resize_probe
/apps/hue/tools/dub.selections.json
screenshot*.png
# Compiled output of the wired-inline bench-engine generator (dub run --single)
/libs/wired/bench/runtime/tools/gen-wired-inline
/libs/wired/bench/runtime/tools/dub.selections.json
# Generated by ci/dub-cache-key.sh for the CircleCI dub cache key
.dub-cache-key
/apps/ui-gallery/tools/ui_gallery_pty_drive