1a8603b887
Reorganize development.md (stack, deps, build, release, testing, CI); relocate agent rules to .cursor/rules; remove dev-host and example.com references from docs. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
# Development-only material (secrets, server access notes) — never published.
|
|
dev/
|
|
|
|
# Build artifacts (not committed).
|
|
/bin/
|
|
*.exe
|
|
|
|
# Local Go caches / test output, if ever present.
|
|
*.out
|
|
|
|
# e2e scratch stand (generated cert, DKIM zone, sink dump, /data bind mount)
|
|
# — recreated fresh by every `make e2e` run, never checked in.
|
|
/test/e2e/.stage/
|