mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
This adds some new tools in CI for lint the book and also sets up automated deployment to GitLab Pages. Also adds a readme that suggests reading the book, since that's where all the information will be.
17 lines
173 B
Text
17 lines
173 B
Text
# Local environment overrides
|
|
/.env
|
|
|
|
# Cargo artifacts
|
|
target
|
|
|
|
# Direnv cache
|
|
/.direnv
|
|
|
|
# Nix artifacts
|
|
result*
|
|
|
|
# GitLab CI cache
|
|
/.gitlab-ci.d
|
|
|
|
# mdbook artifacts
|
|
/public
|