Files
httptoolkit/.gitignore
T
shihaam 6768b0a5b2
Build & Release binary / build (push) Successful in 26m20s
build works now
2026-08-22 16:14:56 +05:00

17 lines
360 B
Plaintext

# Build outputs
/dist/
/builds/
# Upstream sources are cloned fresh at build time, not tracked here
/httptoolkit-ui/
/httptoolkit-server/
# build.sh parks the server tree here while smoke-testing that the binary is
# genuinely self-contained. Only survives a build that died mid-test.
/.htk-server-hidden/
# Local tooling / editor
/.claude/
*.log
.DS_Store