-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (42 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
44 lines (42 loc) · 1.07 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
.env
notes/
specs/
scratch/
vscode/PROGRESS.md
ARCHITECTURE.md
DESIGN.md
target/
ARCHITECTURE.md
DESIGN.md
vscode/PROGRESS.md
.DS_Store
*.code-workspace
**/vast-master.code-workspace
# Chrome extension build output
chrome/dist/
chrome/node_modules/
chrome/*.zip
# Example app build output
examples/*/dist/
# VS Code extension build artefacts — never commit pre-built VSIXs or compiled output.
# The release workflow attaches them to GitHub Releases instead so
# provenance is tied to the CI run that built them.
vscode/*.vsix
vscode/out/
.vscode/
# npm package — generated files from wasm-pack + assemble.js.
# These are built by CI (build-wasm job) and published from there.
# Hand-written sources (index.js, index.cjs, index.d.ts, package.json,
# README.md, scripts/) remain tracked.
npm/vastlint_wasm.js
npm/vastlint_wasm.d.ts
npm/vastlint_wasm_bg.js
npm/vastlint_wasm_bg.wasm
npm/vastlint_wasm_bg.wasm.d.ts
npm/vastlint_wasm_cjs.js
npm/pkg/
npm/pkg-node/
node_modules/
# GCP service-account credential files — must never be committed
gen-lang-client-*.json
*-service-account*.json