All checks were successful
Push Workflows / rustfmt (push) Successful in 16s
Push Workflows / mdbook (push) Successful in 21s
Push Workflows / mdbook-server (push) Successful in 34s
Push Workflows / clippy (push) Successful in 2m0s
Push Workflows / docs (push) Successful in 2m7s
Push Workflows / leptos-test (push) Successful in 3m56s
Push Workflows / test (push) Successful in 4m25s
Push Workflows / build (push) Successful in 6m11s
Push Workflows / nix-build (push) Successful in 7m49s
Push Workflows / docker-build (push) Successful in 9m43s
50 lines
587 B
Plaintext
50 lines
587 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
pkg
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# node e2e test tools and outputs
|
|
node_modules/
|
|
test-results/
|
|
end2end/playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Default asset serve directory
|
|
assets/
|
|
|
|
# Audio files
|
|
*.mp3
|
|
*.wav
|
|
*.ogg
|
|
*.flac
|
|
*.acc
|
|
|
|
# Image files
|
|
*.jpg
|
|
*.jpeg
|
|
*.png
|
|
*.gif
|
|
*.webp
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Sass cache
|
|
.sass-cache
|
|
|
|
# Nix-related files
|
|
.direnv/
|
|
result
|
|
|
|
# Old TailwindCSS config
|
|
style/tailwind.config.js
|
|
|
|
# mdbook output
|
|
book
|
|
|
|
# Diesel lockfile
|
|
migrations/.diesel_lock
|