chore: cleanup backup and debug artifacts

This commit is contained in:
tukuaiai
2026-05-02 21:05:48 +08:00
parent c3e5ea736a
commit 8d4957d50c
12 changed files with 16 additions and 562 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ help:
lint:
@echo "Linting markdown files..."
@npm install -g markdownlint-cli
@markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external --ignore scripts/backups/gz '**/*.md'
@markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external '**/*.md'
check-links:
@echo "Checking local markdown links..."