mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
RESTORED FILES: Configuration files: - .all-contributorsrc (contributor management) - .codespell-ignore (spelling check exclusions) - .lycheeignore (link checking exclusions) - .markdownlintignore (markdown linting exclusions) - .mdlintconfig.yml (markdown linting configuration) - .vale.ini (prose linting configuration) Documentation files: - BUILD.md (build instructions) - CODE_OF_CONDUCT.md (community guidelines) - DEVELOPMENT.md (development setup) - MAINTENANCE_GUIDE.md (maintenance procedures) - contribute.md (contribution guidelines) RATIONALE: - Preserves essential development tooling configuration - Ensures linting/quality checks remain functional across branches - Maintains documentation availability when switching back to dev branch - Balances clean project structure with development workflow needs
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
_book/*
|
|
.github
|
|
.quarto
|
|
*.yml
|
|
*.html
|
|
*.png
|
|
*.json
|
|
LICENSE.md
|
|
CODE_OF_CONDUCT.md
|
|
README.md
|
|
CHANGELOG.md
|