Ports .github/workflows/ci.yml after the GitHub account was suspended and Actions stopped being reachable. Same checks, same order, with the image pinned by digest in place of the workflow's SHA-pinned actions. cleanup.yml is not ported: it pruned GHCR through an action, and GitLab keeps that as a container registry cleanup policy on the project rather than as a pipeline. publish.yml and release.yml are larger and follow separately. The Actions workflows stay in the tree as the reference. .gitignore blanket-ignores dotfiles, so .gitlab-ci.yml is negated there the same way .github already is.
20 lines
426 B
Plaintext
20 lines
426 B
Plaintext
/target
|
|
# Release binaries built by hand: ~100 MB each, and a public repository is
|
|
# the wrong place for them.
|
|
/artifact
|
|
*.failed
|
|
*_failed
|
|
run.sh
|
|
.*
|
|
!.gitignore
|
|
!.gitattributes
|
|
!.github
|
|
!.gitlab-ci.yml
|
|
CLAUDE.md
|
|
|
|
# The cutover rehearsal writes its fixture and state here.
|
|
tools/fork/cutover-rehearsal/__pycache__/
|
|
tools/fork/cutover-rehearsal/before.json
|
|
tools/fork/cutover-rehearsal/phase2_notes.json
|
|
tools/fork/__pycache__/
|