-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
19 lines (19 loc) · 777 Bytes
/
Copy path.gitignore
File metadata and controls
19 lines (19 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/target
node_modules/
# `meshfox static` output for meshfox.orofarne.net (scripts/build-site.sh) —
# built fresh by Cloudflare Pages on every deploy, never committed.
/site-dist
# crates/server embeds this directory at compile time (rust-embed) — keep
# the directory itself tracked (via .gitkeep) so a fresh clone still
# compiles before `npm run build` has ever run, but ignore actual build output.
web/dist/*
!web/dist/.gitkeep
# Playwright e2e run artifacts (web/playwright.config.ts) — reports/traces,
# never inputs to the suite itself.
web/test-results/
web/playwright-report/
web/blob-report/
.DS_Store
# Resolved meshfox:var answers (see SPEC.md's "Variables") — local machine
# state, analogous to CMake's CMakeCache.txt, never something to commit.
.meshfox/