From 9c5edf5be0b7416a468f6686543cc3d30a6a5821 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 14 Aug 2026 20:23:23 +0800 Subject: [PATCH] docs: freeze Aligner 0.1.13 baseline --- .gitignore | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 1c093f0..c6f8bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .DS_Store +._* # SwiftPM +.build/ C1.source/.build/ C1.source/.swiftpm/ C1.source/Package.resolved @@ -13,5 +15,6 @@ # Logs *.log -# Build and release artifacts +# Local build and release artifacts. Formal release recoverability is tracked +# by source commit, release tag, manifest, SHA256, and GitHub Release assets. C2.builds/ -- Gitblit v1.9.3